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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.CfnStreamingDistribution.TrustedSignersProperty
CfnStreamingDistribution.TrustedSignersProperty.Builder, CfnStreamingDistribution.TrustedSignersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStreamingDistribution.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 theCfnStreamingDistribution.TrustedSignersProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnStreamingDistribution.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 interfaceCfnStreamingDistribution.TrustedSignersProperty- See Also:
-
getAwsAccountNumbers
Description copied from interface:CfnStreamingDistribution.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 interfaceCfnStreamingDistribution.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()
-