SecretsManagerCreateRequest
SecretsManagerCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| acl_cidr required | Access control list of secret in CIDR Example : 192.168.1.1/24, 10.0.0.1/16 | string | |
| description optional | Description of secret Example : description | any of [string, null] | |
| kms_id required | Resource ID created in the Key Management Service (KMS) product Example : 3265ab469f0d406d83073da3e11e7a6c | string | |
| name required | Secret Name Example : namePattern : ^[A-Za-z0-9_-]*$Minimum length : 3Maximum length : 63 | string | |
| secret_value required | The value of a Secret can be entered as a JSON string in key/value format, up to 10 pairs. Example : {"key1":"value1","key2":"value2"} | string | |
| tags optional | Tag List’ | any of [array[Tag], null] |