secrets

@JvmName(name = "bsimydkgkrswgsba")
suspend fun secrets(value: Output<List<TaskDefinitionSecretArgs>>)
@JvmName(name = "owvyaibsasxhemqk")
suspend fun secrets(value: List<TaskDefinitionSecretArgs>?)

Parameters

value

The secrets to pass to the container. For more information, see Specifying Sensitive Data in the Amazon Elastic Container Service Developer Guide.


@JvmName(name = "goeibyssruiqfnhe")
suspend fun secrets(vararg values: Output<TaskDefinitionSecretArgs>)


@JvmName(name = "upcvblipajrjrffn")
suspend fun secrets(values: List<Output<TaskDefinitionSecretArgs>>)
@JvmName(name = "fdkogqgdrdjwfmnk")
suspend fun secrets(vararg values: TaskDefinitionSecretArgs)

Parameters

values

The secrets to pass to the container. For more information, see Specifying Sensitive Data in the Amazon Elastic Container Service Developer Guide.


@JvmName(name = "qavjxickgnuyenan")
suspend fun secrets(argument: List<suspend TaskDefinitionSecretArgsBuilder.() -> Unit>)
@JvmName(name = "msjuepwrynpgtwvo")
suspend fun secrets(vararg argument: suspend TaskDefinitionSecretArgsBuilder.() -> Unit)
@JvmName(name = "adcjrpuslwqypwmh")
suspend fun secrets(argument: suspend TaskDefinitionSecretArgsBuilder.() -> Unit)

Parameters

argument

The secrets to pass to the container. For more information, see Specifying Sensitive Data in the Amazon Elastic Container Service Developer Guide.