AttachedSecretOptions¶
-
class
aws_cdk.aws_secretsmanager.
AttachedSecretOptions
(*, target)¶ Bases:
object
(deprecated) Options to add a secret attachment to a secret.
- Parameters
target (
ISecretAttachmentTarget
) – (deprecated) The target to attach the secret to.- Deprecated
use
secret.attach()
instead- Stability
deprecated
Attributes
-
target
¶ (deprecated) The target to attach the secret to.
- Stability
deprecated
- Return type