Class CfnStreamingDistributionPropsMixin.TrustedSignersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnStreamingDistributionPropsMixin.TrustedSignersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStreamingDistributionPropsMixin.TrustedSignersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStreamingDistributionPropsMixin.TrustedSignersProperty
@Stability(Stable)
@Internal
public static final class CfnStreamingDistributionPropsMixin.TrustedSignersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStreamingDistributionPropsMixin.TrustedSignersProperty
An implementation for
CfnStreamingDistributionPropsMixin.TrustedSignersProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnStreamingDistributionPropsMixin.TrustedSignersProperty
CfnStreamingDistributionPropsMixin.TrustedSignersProperty.Builder, CfnStreamingDistributionPropsMixin.TrustedSignersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStreamingDistributionPropsMixin.TrustedSignersProperty.Builder.protectedJsii$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.JsonNodefinal booleanAn AWS account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies.final ObjectThis field istrueif any of the AWS accounts in the list are configured as trusted signers.final inthashCode()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 theCfnStreamingDistributionPropsMixin.TrustedSignersProperty.Builder.
-
-
Method Details
-
getAwsAccountNumbers
Description copied from interface:CfnStreamingDistributionPropsMixin.TrustedSignersPropertyAn 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:
getAwsAccountNumbersin interfaceCfnStreamingDistributionPropsMixin.TrustedSignersProperty- See Also:
-
getEnabled
Description copied from interface:CfnStreamingDistributionPropsMixin.TrustedSignersPropertyThis field istrueif any of the AWS accounts in the list are configured as trusted signers.If not, this field is
false.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnStreamingDistributionPropsMixin.TrustedSignersProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-