PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::IoTSiteWise::DescribePortalResponse; use Moose; has Alarms => (is => 'ro', isa => 'Paws::IoTSiteWise::Alarms', traits => ['NameInRequest'], request_name => 'alarms'); has NotificationSenderEmail => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'notificationSenderEmail'); has PortalArn => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'portalArn', required => 1); has PortalAuthMode => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'portalAuthMode'); has PortalClientId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'portalClientId', required => 1); has PortalContactEmail => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'portalContactEmail', required => 1); has PortalCreationDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'portalCreationDate', required => 1); has PortalDescription => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'portalDescription'); has PortalId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'portalId', required => 1); has PortalLastUpdateDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'portalLastUpdateDate', required => 1); has PortalLogoImageLocation => (is => 'ro', isa => 'Paws::IoTSiteWise::ImageLocation', traits => ['NameInRequest'], request_name => 'portalLogoImageLocation'); has PortalName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'portalName', required => 1); has PortalStartUrl => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'portalStartUrl', required => 1); has PortalStatus => (is => 'ro', isa => 'Paws::IoTSiteWise::PortalStatus', traits => ['NameInRequest'], request_name => 'portalStatus', required => 1); has RoleArn => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'roleArn'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::IoTSiteWise::DescribePortalResponse =head1 ATTRIBUTES =head2 Alarms => L Contains the configuration information of an alarm created in a AWS IoT SiteWise Monitor portal. =head2 NotificationSenderEmail => Str The email address that sends alarm notifications. =head2 B PortalArn => Str The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of the portal, which has the following format. C =head2 PortalAuthMode => Str The service to use to authenticate users to the portal. Valid values are: C<"IAM">, C<"SSO"> =head2 B PortalClientId => Str The AWS SSO application generated client ID (used with AWS SSO APIs). AWS IoT SiteWise includes C for only portals that use AWS SSO to authenticate users. =head2 B PortalContactEmail => Str The AWS administrator's contact email address. =head2 B PortalCreationDate => Str The date the portal was created, in Unix epoch time. =head2 PortalDescription => Str The portal's description. =head2 B PortalId => Str The ID of the portal. =head2 B PortalLastUpdateDate => Str The date the portal was last updated, in Unix epoch time. =head2 PortalLogoImageLocation => L The portal's logo image, which is available at a URL. =head2 B PortalName => Str The name of the portal. =head2 B PortalStartUrl => Str The URL for the AWS IoT SiteWise Monitor portal. You can use this URL to access portals that use AWS SSO for authentication. For portals that use IAM for authentication, you must use the AWS IoT SiteWise console to get a URL that you can use to access the portal. =head2 B PortalStatus => L The current status of the portal, which contains a state and any error message. =head2 RoleArn => Str The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of the service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf. For more information, see Using service roles for AWS IoT SiteWise Monitor (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-service-role.html) in the I. =head2 _request_id => Str =cut