SecretTargetAttachmentReference
- class aws_cdk.interfaces.aws_secretsmanager.SecretTargetAttachmentReference(*, secret_id)
Bases:
objectA reference to a SecretTargetAttachment resource.
- Parameters:
secret_id (
str) – The SecretId of the SecretTargetAttachment resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_secretsmanager as interfaces_secretsmanager secret_target_attachment_reference = interfaces_secretsmanager.SecretTargetAttachmentReference( secret_id="secretId" )
Attributes
- secret_id
The SecretId of the SecretTargetAttachment resource.