Class CfnSourceLocation.SecretsManagerAccessTokenConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediatailor.CfnSourceLocation.SecretsManagerAccessTokenConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSourceLocation.SecretsManagerAccessTokenConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSourceLocation.SecretsManagerAccessTokenConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnSourceLocation.SecretsManagerAccessTokenConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSourceLocation.SecretsManagerAccessTokenConfigurationProperty
An implementation for
CfnSourceLocation.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.services.mediatailor.CfnSourceLocation.SecretsManagerAccessTokenConfigurationProperty
CfnSourceLocation.SecretsManagerAccessTokenConfigurationProperty.Builder, CfnSourceLocation.SecretsManagerAccessTokenConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSourceLocation.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(CfnSourceLocation.SecretsManagerAccessTokenConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSourceLocation.SecretsManagerAccessTokenConfigurationProperty.Builder.
-
-
Method Details
-
getHeaderName
Description copied from interface:CfnSourceLocation.SecretsManagerAccessTokenConfigurationPropertyThe name of the HTTP header used to supply the access token in requests to the source location.- Specified by:
getHeaderNamein interfaceCfnSourceLocation.SecretsManagerAccessTokenConfigurationProperty- See Also:
-
getSecretArn
Description copied from interface:CfnSourceLocation.SecretsManagerAccessTokenConfigurationPropertyThe Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.- Specified by:
getSecretArnin interfaceCfnSourceLocation.SecretsManagerAccessTokenConfigurationProperty- See Also:
-
getSecretStringKey
Description copied from interface:CfnSourceLocation.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 interfaceCfnSourceLocation.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()
-