SecretTargetAttachmentProps¶
-
class
aws_cdk.aws_secretsmanager.
SecretTargetAttachmentProps
(*, target, secret)¶ Bases:
aws_cdk.aws_secretsmanager.AttachedSecretOptions
Construction properties for an AttachedSecret.
- Parameters
target (
ISecretAttachmentTarget
) – (deprecated) The target to attach the secret to.secret (
ISecret
) – The secret to attach to the target.
Attributes
-
target
¶ (deprecated) The target to attach the secret to.
- Stability
deprecated
- Return type