AWSSecretsManagerSecret
No description
type AWSSecretsManagerSecret {
metadata: ResourceMetadata!
arn: String!
createdAt: DateTime
description: String!
kmsKeyId: String!
lastAccessedAt: DateTime
lastChangedAt: DateTime
lastRotatedAt: DateTime
name: String!
nextRotationAt: DateTime
owningService: String!
region: AWSRegion!
primaryRegion: String!
rotationEnabled: Boolean!
rotationLambdaArn: String!
rotationRules: AWSSecretsManagerSecretRotationRulesType
secretVersionsToStages: [AWSSecretsManagerSecretVersionStage!]!
tags: [AWSTag!]!
}
Fields
AWSSecretsManagerSecret.metadata ● ResourceMetadata! non-null object
The metadata to identify this resource in Shisho Cloud
AWSSecretsManagerSecret.arn ● String! non-null scalar
The Amazon Resource Name (ARN) of the secret
AWSSecretsManagerSecret.createdAt ● DateTime scalar
The date and time when a secret was created
AWSSecretsManagerSecret.description ● String! non-null scalar
The user-provided description of the secret
AWSSecretsManagerSecret.kmsKeyId ● String! non-null scalar
The ARN of the KMS key that Secrets Manager uses to encrypt the secret value
AWSSecretsManagerSecret.lastAccessedAt ● DateTime scalar
The date that the secret was last accessed in the Region
AWSSecretsManagerSecret.lastChangedAt ● DateTime scalar
The last date and time that this secret was modified in any way
AWSSecretsManagerSecret.lastRotatedAt ● DateTime scalar
The most recent date and time that the Secrets Manager rotation process was successfully completed
AWSSecretsManagerSecret.name ● String! non-null scalar
The friendly name of the secret
AWSSecretsManagerSecret.nextRotationAt ● DateTime scalar
The next rotation is scheduled to occur on or before this date
AWSSecretsManagerSecret.owningService ● String! non-null scalar
Returns the name of the service that created the secret
AWSSecretsManagerSecret.region ● AWSRegion! non-null scalar
The Region
AWSSecretsManagerSecret.primaryRegion ● String! non-null scalar
The Region where Secrets Manager originated the secret
AWSSecretsManagerSecret.rotationEnabled ● Boolean! non-null scalar
Indicates whether automatic, scheduled rotation is enabled for this secret
AWSSecretsManagerSecret.rotationLambdaArn ● String! non-null scalar
The ARN of an Amazon Web Services Lambda function invoked by Secrets Manager to rotate and expire the secret either automatically per the schedule or manually by a call to RotateSecret
AWSSecretsManagerSecret.rotationRules ● AWSSecretsManagerSecretRotationRulesType object
A structure that defines the rotation configuration for the secret
AWSSecretsManagerSecret.secretVersionsToStages ● [AWSSecretsManagerSecretVersionStage!]! non-null object
A list of all of the currently assigned SecretVersionStage staging labels and the SecretVersionId attached to each one
AWSSecretsManagerSecret.tags ● [AWSTag!]! non-null object
The list of user-defined tags associated with the secret
Member of
AWSSecretsManager object