class Aws::CloudFront::Types::StreamingDistribution

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.

@!attribute [rw] id

The identifier for the RTMP distribution. For example:
`EGTXBD79EXAMPLE`.
@return [String]

@!attribute [rw] arn

The ARN (Amazon Resource Name) for the distribution. For example:
`arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5`,
where `123456789012` is your account ID.
@return [String]

@!attribute [rw] status

The current status of the RTMP distribution. When the status is
`Deployed`, the distribution's information is propagated to all
CloudFront edge locations.
@return [String]

@!attribute [rw] last_modified_time

The date and time that the distribution was last modified.
@return [Time]

@!attribute [rw] domain_name

The domain name that corresponds to the streaming distribution, for
example, `s5c39gqb8ow64r.cloudfront.net`.
@return [String]

@!attribute [rw] active_trusted_signers

A complex type that lists the accounts, if any, that you included in
the `TrustedSigners` complex type for this distribution. These are
the accounts that you want to allow to create signed URLs for
private content.

The `Signer` complex type lists the account number of the trusted
signer or `self` if the signer is the account that created the
distribution. The `Signer` element also includes the IDs of any
active CloudFront key pairs that are associated with the trusted
signer's account. If no `KeyPairId` element appears for a `Signer`,
that signer can't create signed URLs.

For more information, see [Serving Private Content through
CloudFront][1] in the *Amazon CloudFront Developer Guide*.

[1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html
@return [Types::ActiveTrustedSigners]

@!attribute [rw] streaming_distribution_config

The current configuration information for the RTMP distribution.
@return [Types::StreamingDistributionConfig]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/StreamingDistribution AWS API Documentation

Constants

SENSITIVE