SecretGenerateSecretStringArgs

constructor(excludeCharacters: Output<String>? = null, excludeLowercase: Output<Boolean>? = null, excludeNumbers: Output<Boolean>? = null, excludePunctuation: Output<Boolean>? = null, excludeUppercase: Output<Boolean>? = null, generateStringKey: Output<String>? = null, includeSpace: Output<Boolean>? = null, passwordLength: Output<Int>? = null, requireEachIncludedType: Output<Boolean>? = null, secretStringTemplate: Output<String>? = null)