SourceLocationSecretsManagerAccessTokenConfigurationArgs

data class SourceLocationSecretsManagerAccessTokenConfigurationArgs(val headerName: Output<String>? = null, val secretArn: Output<String>? = null, val secretStringKey: Output<String>? = null) : ConvertibleToJava<SourceLocationSecretsManagerAccessTokenConfigurationArgs>

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

constructor(headerName: Output<String>? = null, secretArn: Output<String>? = null, secretStringKey: Output<String>? = null)

Properties

Link copied to clipboard
val headerName: Output<String>? = null

The name of the HTTP header used to supply the access token in requests to the source location.

Link copied to clipboard
val secretArn: Output<String>? = null

The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.

Link copied to clipboard
val secretStringKey: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): SourceLocationSecretsManagerAccessTokenConfigurationArgs