Class CfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationProperty
An implementation for
CfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationProperty-
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.mediatailor.CfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationProperty
CfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationProperty.Builder, CfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationProperty.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 booleanfinal StringThe name of the HTTP header used to supply the access token in requests to the source location.final StringThe Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.final StringThe AWS Secrets Manager SecretString key associated with the access token.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
protected Jsii$Proxy(CfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationProperty.Builder.
-
-
Method Details
-
getHeaderName
Description copied from interface:CfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationPropertyThe name of the HTTP header used to supply the access token in requests to the source location.- Specified by:
getHeaderNamein interfaceCfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationProperty- See Also:
-
getSecretArn
Description copied from interface:CfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationPropertyThe Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.- Specified by:
getSecretArnin interfaceCfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationProperty- See Also:
-
getSecretStringKey
Description copied from interface:CfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationPropertyThe AWS Secrets Manager SecretString key associated with the access token. MediaTailor uses the key to look up SecretString key and value pair containing the access token.- Specified by:
getSecretStringKeyin interfaceCfnSourceLocationPropsMixin.SecretsManagerAccessTokenConfigurationProperty- 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()
-