SecretTargetAttachment

class SecretTargetAttachment : KotlinCustomResource

Resource Type definition for AWS::SecretsManager::SecretTargetAttachment

Properties

Link copied to clipboard
val awsId: Output<String>
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val secretId: Output<String>

The ARN or name of the secret. To reference a secret also created in this template, use the see Ref function with the secret's logical ID. This field is unique for each target attachment definition.

Link copied to clipboard
val targetId: Output<String>

The ID of the database or cluster.

Link copied to clipboard
val targetType: Output<String>

A string that defines the type of service or database associated with the secret. This value instructs Secrets Manager how to update the secret with the details of the service or database. This value must be one of the following:

Link copied to clipboard
val urn: Output<String>