ServiceServiceConnectConfigurationLogConfigurationSecretOptionArgs

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

Constructors

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 ARN of the AWS Secrets Manager secret or the full ARN of the parameter in the SSM Parameter Store.

Functions

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