CfnDynamicReferenceService
- class aws_cdk.CfnDynamicReferenceService(value)
Bases:
Enum
The service to retrieve the dynamic reference from.
- ExampleMetadata
infused
Example:
# Example automatically generated from non-compiling source. May contain errors. CfnDynamicReference(CfnDynamicReferenceService.SECRETS_MANAGER, "secret-id:secret-string:json-key:version-stage:version-id")
Attributes
- SECRETS_MANAGER
Secret stored in AWS Secrets Manager.
- SSM
Plaintext value stored in AWS Systems Manager Parameter Store.
- SSM_SECURE
Secure string stored in AWS Systems Manager Parameter Store.