secrets

@JvmName(name = "ahbehtgbpwntlqkk")
suspend fun secrets(value: Output<List<TaskDefinitionSecretArgs>>)
@JvmName(name = "rqfbuwqdimeepnev")
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 = "aneejhupjnbplosn")
suspend fun secrets(vararg values: Output<TaskDefinitionSecretArgs>)


@JvmName(name = "mjgkrnqurnsewdqi")
suspend fun secrets(values: List<Output<TaskDefinitionSecretArgs>>)
@JvmName(name = "nlffmaogktflxjek")
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 = "mnwmybcxouqmclmr")
suspend fun secrets(argument: List<suspend TaskDefinitionSecretArgsBuilder.() -> Unit>)
@JvmName(name = "txvcbhkcypedyfts")
suspend fun secrets(vararg argument: suspend TaskDefinitionSecretArgsBuilder.() -> Unit)
@JvmName(name = "emijmefrbmkpxdva")
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.