Skip to main content

TSecretsManagerDescribeSecretResponse

Class in AWS.SecretsManager

DescribeSecret response class.

Ancestors

Properties

ARN

property ARN: TARN

CreatedDate

property CreatedDate: TOptional<TDateTime>

DeletedDate

property DeletedDate: TOptional<TDateTime>

Description

property Description: string

KmsKeyId

property KmsKeyId: string

LastAccessedDate

property LastAccessedDate: TOptional<TDateTime>

LastRotatedDate

property LastRotatedDate: TOptional<TDateTime>

Name

property Name: string

OwningService

property OwningService: string

PrimaryRegion

property PrimaryRegion: string

ReplicationStatus

property ReplicationStatus: TList<ISecretsManagerReplicationStatusType>

Type: ISecretsManagerReplicationStatusType

RotationEnabled

property RotationEnabled: TOptional<Boolean>

RotationLambdaARN

property RotationLambdaARN: TARN

RotationRules

property RotationRules: ISecretsManagerRotationRulesType

Type: ISecretsManagerRotationRulesType

Tags

property Tags: IAWSTags

VersionIdsToStages

property VersionIdsToStages: TObjectDictionary<string, TList<string>>