Class CfnStreamingDistribution.TrustedSignersProperty
A list of AWS accounts whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStreamingDistribution.TrustedSignersProperty : CfnStreamingDistribution.ITrustedSignersProperty
Syntax (vb)
Public Class CfnStreamingDistribution.TrustedSignersProperty Implements CfnStreamingDistribution.ITrustedSignersProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CloudFront;
var trustedSignersProperty = new TrustedSignersProperty {
Enabled = false,
// the properties below are optional
AwsAccountNumbers = new [] { "awsAccountNumbers" }
};
Synopsis
Constructors
| TrustedSignersProperty() | A list of AWS accounts whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies. |
Properties
| AwsAccountNumbers | An AWS account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies. |
| Enabled | This field is |
Constructors
TrustedSignersProperty()
A list of AWS accounts whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.
public TrustedSignersProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CloudFront;
var trustedSignersProperty = new TrustedSignersProperty {
Enabled = false,
// the properties below are optional
AwsAccountNumbers = new [] { "awsAccountNumbers" }
};
Properties
AwsAccountNumbers
An AWS account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies.
public string[]? AwsAccountNumbers { get; set; }
Property Value
string[]
Remarks
If the AWS account that owns the key pairs is the same account that owns the CloudFront distribution, the value of this field is self .
Enabled
This field is true if any of the AWS accounts in the list are configured as trusted signers.
public object Enabled { get; set; }
Property Value
Remarks
If not, this field is false .
Type union: either bool or IResolvable