ActiveTrustedSigners class

A 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.

Constructors

ActiveTrustedSigners({required bool enabled, required int quantity, List<Signer>? items})
ActiveTrustedSigners.fromXml(XmlElement elem)
factory

Properties

enabled bool
Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this RTMP distribution have active CloudFront key pairs. If not, Enabled is false.
final
hashCode int
The hash code for this object.
no setterinherited
items List<Signer>?
A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.
final
quantity int
A complex type that contains one Signer complex type for each trusted signer specified in the TrustedSigners complex type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited