Builder

class Builder

Properties

Link copied to clipboard
var arn: String?

The ARN of the secret.

Link copied to clipboard

The date and time that this version of the secret was created. If you don't specify which version in VersionId or VersionStage, then Secrets Manager uses the AWSCURRENT version.

Link copied to clipboard
var name: String?

The friendly name of the secret.

Link copied to clipboard

The decrypted secret value, if the secret value was originally provided as binary data in the form of a byte array. When you retrieve a SecretBinary using the HTTP API, the Python SDK, or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not encoded.

Link copied to clipboard

The decrypted secret value, if the secret value was originally provided as a string or through the Secrets Manager console.

Link copied to clipboard

The unique identifier of this version of the secret.

Link copied to clipboard

A list of all of the staging labels currently attached to this version of the secret.