ISecretsManagerSecretListEntry
Interface in AWS.SecretsManager
Interface for SecretListEntry.
Properties
ARN
property ARN: TARN
The Amazon Resource Name (ARN) of the secret.
CreatedDate
property CreatedDate: TOptional<TDateTime>
The date and time the secret was created.
DeletedDate
property DeletedDate: TOptional<TDateTime>
The date and time the secret was deleted.
Description
property Description: string
The user-provided description of the secret.
KmsKeyId
property KmsKeyId: string
The Amazon Resource Name (ARN) or name 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.
LastChangedDate
property LastChangedDate: TOptional<TDateTime>
The date and time the secret was last modified in any way.
LastRotatedDate
property LastRotatedDate: TOptional<TDateTime>
The date and time that Secrets Manager last successfully rotated the secret.
Name
property Name: string
The name of the secret.
OwningService
property OwningService: string
The name of the service that created the secret.
PrimaryRegion
property PrimaryRegion: string
The region where the secret was created.
RotationEnabled
property RotationEnabled: TOptional<Boolean>
Indicates whether automatic, scheduled rotation is enabled for this secret.
RotationLambdaARN
property RotationLambdaARN: TARN
The Amazon Resource Name (ARN) of an AWS Lambda function invoked by Secrets Manager to rotate and expire the secret.
RotationRules
property RotationRules: ISecretsManagerRotationRulesType
Type: ISecretsManagerRotationRulesType
The configuration rules for rotating the secret.
SecretVersionsToStages
property SecretVersionsToStages: 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.
Tags
property Tags: IAWSTags
A list of tags associated with the secret.