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` # Generated by default/object.tt package Paws::CloudFront::StreamingDistribution; use Moose; has ActiveTrustedSigners => (is => 'ro', isa => 'Paws::CloudFront::ActiveTrustedSigners', required => 1); has ARN => (is => 'ro', isa => 'Str', required => 1); has DomainName => (is => 'ro', isa => 'Str', required => 1); has Id => (is => 'ro', isa => 'Str', required => 1); has LastModifiedTime => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Str', required => 1); has StreamingDistributionConfig => (is => 'ro', isa => 'Paws::CloudFront::StreamingDistributionConfig', required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::CloudFront::StreamingDistribution =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::CloudFront::StreamingDistribution object: $service_obj->Method(Att1 => { ActiveTrustedSigners => $value, ..., StreamingDistributionConfig => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CloudFront::StreamingDistribution object: $result = $service_obj->Method(...); $result->Att1->ActiveTrustedSigners =head1 DESCRIPTION A streaming distribution tells CloudFront where you want RTMP content to be delivered from, and the details about how to track and manage content delivery. =head1 ATTRIBUTES =head2 B ActiveTrustedSigners => L A complex type that lists the AWS accounts, if any, that you included in the C complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content. The C complex type lists the AWS account number of the trusted signer or C if the signer is the AWS account that created the distribution. The C element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no C element appears for a C, that signer can't create signed URLs. For more information, see Serving Private Content through CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) in the I. =head2 B ARN => Str The ARN (Amazon Resource Name) for the distribution. For example: C, where C<123456789012> is your AWS account ID. =head2 B DomainName => Str The domain name that corresponds to the streaming distribution, for example, C. =head2 B Id => Str The identifier for the RTMP distribution. For example: C. =head2 LastModifiedTime => Str The date and time that the distribution was last modified. =head2 B Status => Str The current status of the RTMP distribution. When the status is C, the distribution's information is propagated to all CloudFront edge locations. =head2 B StreamingDistributionConfig => L The current configuration information for the RTMP distribution. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut