ISecretsManagerDescribeSecretResponse
Interface in AWS.SecretsManager
Interface for DescribeSecret responses.
Ancestors
Properties
ARN
property ARN: TARN
The Amazon Resource Name (ARN) of the secret.
CreatedDate
property CreatedDate: TOptional<TDateTime>
The date the secret was created
DeletedDate
property DeletedDate: TOptional<TDateTime>
The date the secret is scheduled to be deleted.
Description
property Description: string
The description of the secret.
KmsKeyId
property KmsKeyId: string
The key ID, alias, or Amazon Resource Name (ARN) of the AWS KMS key that Secrets Manager uses to encrypt the secret value.
LastAccessedDate
property LastAccessedDate: TOptional<TDateTime>
The date and time the secret was last accessed in the region.
LastRotatedDate
property LastRotatedDate: TOptional<TDateTime>
The date and time the secret was last rotated by Secrets Manager.
Name
property Name: string
The name of the secret.
OwningService
property OwningService: string
The ID of the service that created the secret.
PrimaryRegion
property PrimaryRegion: string
The region the secret is in.
If a secret is replicated to other regions, the replicas are listed in ReplicationStatus.
ReplicationStatus
property ReplicationStatus: TList<ISecretsManagerReplicationStatusType>
Type: ISecretsManagerReplicationStatusType
A list of replicas of this secret and their status.
RotationEnabled
property RotationEnabled: TOptional<Boolean>
Specifies whether automatic rotation is enabled for the secret.
RotationLambdaARN
property RotationLambdaARN: TARN
The Amazon Resource Name (ARN) of the Lambda function that Secrets Manager invokes to rotate the secret.
RotationRules
property RotationRules: ISecretsManagerRotationRulesType
Type: ISecretsManagerRotationRulesType
The configuration rules for rotating the secret.
Tags
property Tags: IAWSTags
A list of tags associated with the secret.
VersionIdsToStages
property VersionIdsToStages: TObjectDictionary<string, TList<string>>
A list of versions mapped to the staging labels attached to the secret.
Versions without staging labels are considered deprecated and Secrets Manager can delete them.