Secret

class Secret : KotlinCustomResource

Resource Type definition for AWS::SecretsManager::Secret

Properties

Link copied to clipboard
val description: Output<String>?

(Optional) Specifies a user-provided description of the secret.

Link copied to clipboard

(Optional) Specifies text data that you want to encrypt and store in this new version of the secret.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val kmsKeyId: Output<String>?

(Optional) Specifies the ARN, Key ID, or alias of the AWS KMS customer master key (CMK) used to encrypt the SecretString.

Link copied to clipboard
val name: Output<String>?

The friendly name of the secret. You can use forward slashes in the name to represent a path hierarchy.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

(Optional) A list of ReplicaRegion objects. The ReplicaRegion type consists of a Region (required) and the KmsKeyId which can be an ARN, Key ID, or Alias.

Link copied to clipboard
val secretString: Output<String>?

(Optional) Specifies text data that you want to encrypt and store in this new version of the secret.

Link copied to clipboard
val tags: Output<List<SecretTag>>?

The list of user-defined tags associated with the secret. Use tags to manage your AWS resources. For additional information about tags, see TagResource.

Link copied to clipboard
val urn: Output<String>