public static final class CfnStreamingDistribution.TrustedSignersProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStreamingDistribution.TrustedSignersProperty
CfnStreamingDistribution.TrustedSignersProperty
CfnStreamingDistribution.TrustedSignersProperty.Builder, CfnStreamingDistribution.TrustedSignersProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getAwsAccountNumbers()
An AWS account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies.
|
java.lang.Object |
getEnabled()
This field is `true` if any of the AWS accounts have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getEnabled()
CfnStreamingDistribution.TrustedSignersProperty
If not, this field is false
.
getEnabled
in interface CfnStreamingDistribution.TrustedSignersProperty
public final java.util.List<java.lang.String> getAwsAccountNumbers()
CfnStreamingDistribution.TrustedSignersProperty
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
.
getAwsAccountNumbers
in interface CfnStreamingDistribution.TrustedSignersProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()