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.

Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method 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

Method Description
IsSetEnabled ( ) : bool
IsSetItems ( ) : bool
IsSetQuantity ( ) : bool

Method Details

ActiveTrustedSigners() public method

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

ActiveTrustedSigners() public method

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.
return System