[−][src]Struct rusoto_cloudfront::StreamingDistribution
A streaming distribution.
Fields
arn: StringThe ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.
active_trusted_signers: ActiveTrustedSignersA complex type that lists the AWS 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 AWS account number of the trusted signer or self if the signer is the AWS 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 AWS 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 in the Amazon CloudFront Developer Guide.
domain_name: StringThe domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.
id: StringThe identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.
last_modified_time: Option<String>The date and time that the distribution was last modified.
status: StringThe current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.
streaming_distribution_config: StreamingDistributionConfigThe current configuration information for the RTMP distribution.
Trait Implementations
impl PartialEq<StreamingDistribution> for StreamingDistribution[src]
fn eq(&self, other: &StreamingDistribution) -> bool[src]
fn ne(&self, other: &StreamingDistribution) -> bool[src]
impl Default for StreamingDistribution[src]
fn default() -> StreamingDistribution[src]
impl Clone for StreamingDistribution[src]
fn clone(&self) -> StreamingDistribution[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for StreamingDistribution[src]
Auto Trait Implementations
impl Send for StreamingDistribution
impl Sync for StreamingDistribution
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>, [src]
T: From<U>,
type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self