![]() |
![]()
| ![]() |
![]()
NAMEPaws::SecretsManager::DescribeSecretResponse ATTRIBUTESARN => StrThe ARN of the secret. CreatedDate => StrThe date you created the secret. DeletedDate => StrThis 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 => StrThe user-provided description of the secret. KmsKeyId => StrThe 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 => StrThe 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 => StrThe last date and time that this secret was modified in any way. LastRotatedDate => StrThe 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 => StrThe user-provided friendly name of the secret. OwningService => StrReturns the name of the service that created this secret. PrimaryRegion => StrSpecifies 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 => BoolSpecifies 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 => StrThe 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::RotationRulesTypeA 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::SecretVersionsToStagesMapTypeA 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
|