Source Location Secrets Manager Access Token Configuration
data class SourceLocationSecretsManagerAccessTokenConfiguration(val headerName: String? = null, val secretArn: String? = null, val secretStringKey: String? = null)
AWS Secrets Manager access token configuration parameters. For information about Secrets Manager access token authentication, see Working with AWS Secrets Manager access token authentication.
Constructors
Link copied to clipboard
fun SourceLocationSecretsManagerAccessTokenConfiguration(headerName: String? = null, secretArn: String? = null, secretStringKey: String? = null)
Types
Properties
Link copied to clipboard
The 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.