JobDefinitionSecretArgs

data class JobDefinitionSecretArgs(val name: Output<String>, val valueFrom: Output<String>) : ConvertibleToJava<JobDefinitionSecretArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, valueFrom: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the secret.

Link copied to clipboard
val valueFrom: Output<String>

The secret to expose to the container. The supported values are either the full Amazon Resource Name (ARN) of the AWS Secrets Manager secret or the full ARN of the parameter in the AWS Systems Manager Parameter Store.

Functions

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