Class CfnOriginEndpointPolicy.CdnAuthConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpointPolicy.CdnAuthConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpointPolicy.CdnAuthConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpointPolicy.CdnAuthConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnOriginEndpointPolicy.CdnAuthConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpointPolicy.CdnAuthConfigurationProperty
An implementation for
CfnOriginEndpointPolicy.CdnAuthConfigurationProperty
-
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.mediapackagev2.CfnOriginEndpointPolicy.CdnAuthConfigurationProperty
CfnOriginEndpointPolicy.CdnAuthConfigurationProperty.Builder, CfnOriginEndpointPolicy.CdnAuthConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpointPolicy.CdnAuthConfigurationProperty.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
The ARN for the secret in Secrets Manager that your CDN uses for authorization to access the endpoint.final String
The ARN for the IAM role that gives MediaPackage read access to Secrets Manager and AWS KMS for CDN authorization.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 theCfnOriginEndpointPolicy.CdnAuthConfigurationProperty.Builder
.
-
-
Method Details
-
getCdnIdentifierSecretArns
Description copied from interface:CfnOriginEndpointPolicy.CdnAuthConfigurationProperty
The ARN for the secret in Secrets Manager that your CDN uses for authorization to access the endpoint.- Specified by:
getCdnIdentifierSecretArns
in interfaceCfnOriginEndpointPolicy.CdnAuthConfigurationProperty
- See Also:
-
getSecretsRoleArn
Description copied from interface:CfnOriginEndpointPolicy.CdnAuthConfigurationProperty
The ARN for the IAM role that gives MediaPackage read access to Secrets Manager and AWS KMS for CDN authorization.- Specified by:
getSecretsRoleArn
in interfaceCfnOriginEndpointPolicy.CdnAuthConfigurationProperty
- See Also:
-
$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()
-