AwsSecretsManagerSecretDetails
Details about an AWS Secrets Manager secret.
Contents
- Deleted
-
Whether the secret is deleted.
Type: Boolean
Required: No
- Description
-
The user-provided description of the secret.
Type: String
Pattern:
.*\S.*
Required: No
- KmsKeyId
-
The ARN, Key ID, or alias of the AWS KMS key used to encrypt the
SecretString
orSecretBinary
values for versions of this secret.Type: String
Pattern:
.*\S.*
Required: No
- Name
-
The name of the secret.
Type: String
Pattern:
.*\S.*
Required: No
- RotationEnabled
-
Whether rotation is enabled.
Type: Boolean
Required: No
- RotationLambdaArn
-
The ARN of the Lambda function that rotates the secret.
Type: String
Pattern:
.*\S.*
Required: No
- RotationOccurredWithinFrequency
-
Whether the rotation occurred within the specified rotation frequency.
Type: Boolean
Required: No
- RotationRules
-
Defines the rotation schedule for the secret.
Type: AwsSecretsManagerSecretRotationRules object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: