C# Class Amazon.CloudFront.Model.ActiveTrustedSigners

A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for the default cache behavior or for any of the other cache behaviors for this distribution. These are accounts that you want to allow to create signed URLs for private content.

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
ActiveTrustedSigners ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

ActiveTrustedSigners ( List items ) : System

Instantiates ActiveTrustedSigners with the parameterized properties

Private Methods

Méthode Description
IsSetEnabled ( ) : bool
IsSetItems ( ) : bool
IsSetQuantity ( ) : bool

Method Details

ActiveTrustedSigners() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public ActiveTrustedSigners ( ) : System
Résultat System

ActiveTrustedSigners() public méthode

Instantiates ActiveTrustedSigners with the parameterized properties
public ActiveTrustedSigners ( List items ) : System
items List A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type. For more information, see ActiveTrustedSigners.
Résultat System