Basic information of the Secret.
Used by actions: ListSecrets.
Name | Type | Description |
---|---|---|
SecretName | String | Name of the Secret. |
Description | String | Description of the Secret. |
KmsKeyId | String | KMS Key ID used for Secret encryption. |
CreateUin | Integer | Creator UIN. |
Status | String | Secret status, which can be Enabled , Disabled , or PendingDelete . |
DeleteTime | Integer | Secret deletion time, formatted as a Unix timestamp. This parameter is only applicable for Secrets in PendingDelete status. |
CreateTime | Integer | Secret creation time, formatted as a Unix timestamp. |
KmsKeyType | String | Type of KMS CMK used for Secret encryption. DEFAULT : default key created by SecretsManager; CUSTOMER : user-specified key. |
Tag key and tag value.
Used by actions: CreateSecret.
Name | Type | Required | Description |
---|---|---|---|
TagKey | String | Yes | Tag key |
TagValue | String | Yes | Tag value |
Tag filter.
Used by actions: ListSecrets.
Name | Type | Required | Description |
---|---|---|---|
TagKey | String | Yes | Tag key |
TagValue | Array of String | No | Tag value |
List of version ID information.
Used by actions: ListSecretVersionIds.
Name | Type | Description |
---|---|---|
VersionId | String | Version ID. |
CreateTime | Integer | Creation time, formatted as a Unix timestamp. |
Was this page helpful?