Table of Contents

Enum CfnDynamicReferenceService

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

The service to retrieve the dynamic reference from.

public enum CfnDynamicReferenceService

Fields

SECRETS_MANAGER = 2

Secret stored in AWS Secrets Manager.

SSM = 0

Plaintext value stored in AWS Systems Manager Parameter Store.

SSM_SECURE = 1

Secure string stored in AWS Systems Manager Parameter Store.

Examples

new CfnDynamicReference(CfnDynamicReferenceService.SECRETS_MANAGER, "secret-id:secret-string:json-key:version-stage:version-id");

Remarks

ExampleMetadata: infused