DeploymentParameterInput
The shape containing the requested deployment parameter name and secretString.
Note
To support AWS CloudFormation dynamic references to this resource using Quick Launch, this value must match a parameter defined in the CloudFormation templated provided to buyers.
Contents
Note
In the following list, the required parameters are described first.
- name
-
The desired name of the deployment parameter. This is the identifier on which deployment parameters are keyed for a given buyer and product. If this name matches an existing deployment parameter, this request will update the existing resource.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 400.
Pattern:
^[a-zA-Z0-9/_+=.@-]+$
Required: Yes
- secretString
-
The text to encrypt and store in the secret.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 15000.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: