A complex type that lists the AWS accounts that were included in the TrustedSigners complex type, as well as their active CloudFront key pair IDs, if any.
| C# |
public class Signer
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Signer()()()() | Initializes a new instance of the Signer class | |
| AwsAccountNumber |
Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the
distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| KeyPairIds |
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| WithAwsAccountNumber(String) |
Sets the AwsAccountNumber property
| |
| WithKeyPairIds(KeyPairIds) |
Sets the KeyPairIds property
|
| Object | |
| Signer | |