Class CfnStreamingDistribution.TrustedSignersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.CfnStreamingDistribution.TrustedSignersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStreamingDistribution.TrustedSignersProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStreamingDistribution.TrustedSignersProperty
@Stability(Stable)
@Internal
public static final class CfnStreamingDistribution.TrustedSignersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStreamingDistribution.TrustedSignersProperty
An implementation for
CfnStreamingDistribution.TrustedSignersProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.CfnStreamingDistribution.TrustedSignersProperty
CfnStreamingDistribution.TrustedSignersProperty.Builder, CfnStreamingDistribution.TrustedSignersProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStreamingDistribution.TrustedSignersProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
An AWS account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies.final Object
This field istrue
if any of the AWS accounts in the list are configured as trusted signers.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnStreamingDistribution.TrustedSignersProperty.Builder
.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnStreamingDistribution.TrustedSignersProperty
This field istrue
if any of the AWS accounts in the list are configured as trusted signers.If not, this field is
false
.- Specified by:
getEnabled
in interfaceCfnStreamingDistribution.TrustedSignersProperty
-
getAwsAccountNumbers
Description copied from interface:CfnStreamingDistribution.TrustedSignersProperty
An AWS account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies.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
.- Specified by:
getAwsAccountNumbers
in interfaceCfnStreamingDistribution.TrustedSignersProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-