generateSecretString

@JvmName(name = "enwkjubttjmyjojj")
suspend fun generateSecretString(value: Output<SecretGenerateSecretStringArgs>)
@JvmName(name = "eviqkskjwtbhiniy")
suspend fun generateSecretString(value: SecretGenerateSecretStringArgs?)

Parameters

value

A structure that specifies how to generate a password to encrypt and store in the secret. To include a specific string in the secret, use `SecretString` instead. If you omit both `GenerateSecretString` and `SecretString`, you create an empty secret. When you make a change to this property, a new secret version is created. We recommend that you specify the maximum length and include every character type that the system you are generating a password for can support.


@JvmName(name = "qxlaqfsynyvcvhvn")
suspend fun generateSecretString(argument: suspend SecretGenerateSecretStringArgsBuilder.() -> Unit)

Parameters

argument

A structure that specifies how to generate a password to encrypt and store in the secret. To include a specific string in the secret, use `SecretString` instead. If you omit both `GenerateSecretString` and `SecretString`, you create an empty secret. When you make a change to this property, a new secret version is created. We recommend that you specify the maximum length and include every character type that the system you are generating a password for can support.