NAME

Paws::SecretsManager::DescribeSecretResponse

ATTRIBUTES

ARN => Str

The ARN of the secret.

CreatedDate => Str

The date you created the secret.

DeletedDate => Str

This value exists if the secret is scheduled for deletion. Some time after the specified date and time, Secrets Manager deletes the secret and all of its versions.

If a secret is scheduled for deletion, then its details, including the encrypted secret information, is not accessible. To cancel a scheduled deletion and restore access, use RestoreSecret.

Description => Str

The user-provided description of the secret.

KmsKeyId => Str

The ARN or alias of the AWS KMS customer master key (CMK) that's used to encrypt the SecretString or SecretBinary fields in each version of the secret. If you don't provide a key, then Secrets Manager defaults to encrypting the secret fields with the default AWS KMS CMK (the one named awssecretsmanager) for this account.

LastAccessedDate => Str

The last date that this secret was accessed. This value is truncated to midnight of the date and therefore shows only the date, not the time.

LastChangedDate => Str

The last date and time that this secret was modified in any way.

LastRotatedDate => Str

The last date and time that the rotation process for this secret was invoked.

The most recent date and time that the Secrets Manager rotation process successfully completed. If the secret doesn't rotate, Secrets Manager returns a null value.

Name => Str

The user-provided friendly name of the secret.

OwningService => Str

Returns the name of the service that created this secret.

PrimaryRegion => Str

Specifies the primary region for secret replication.

ReplicationStatus => ArrayRef[Paws::SecretsManager::ReplicationStatusType]

Describes a list of replication status objects as InProgress, Failed or InSync.P

RotationEnabled => Bool

Specifies whether automatic rotation is enabled for this secret.

To enable rotation, use RotateSecret with AutomaticallyRotateAfterDays set to a value greater than 0. To disable rotation, use CancelRotateSecret.

RotationLambdaARN => Str

The ARN of a Lambda function that's invoked by Secrets Manager to rotate the secret either automatically per the schedule or manually by a call to RotateSecret.

RotationRules => Paws::SecretsManager::RotationRulesType

A structure with the rotation configuration for this secret.

Tags => ArrayRef[Paws::SecretsManager::Tag]

The list of user-defined tags that are associated with the secret. To add tags to a secret, use TagResource. To remove tags, use UntagResource.

VersionIdsToStages => Paws::SecretsManager::SecretVersionsToStagesMapType

A list of all of the currently assigned VersionStage staging labels and the VersionId that each is attached to. Staging labels are used to keep track of the different versions during the rotation process.

A version that does not have any staging labels attached is considered deprecated and subject to deletion. Such versions are not included in this list.

_request_id => Str