Class CfnDynamicReferenceService
The service to retrieve the dynamic reference from.
Inheritance
System.Object
CfnDynamicReferenceService
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class CfnDynamicReferenceService : Enum
Syntax (vb)
Public NotInheritable Class CfnDynamicReferenceService
Inherits
Enum
Remarks
ExampleMetadata: infused
Examples
new CfnDynamicReference(CfnDynamicReferenceService.SECRETS_MANAGER, "secret-id:secret-string:json-key:version-stage:version-id");
Synopsis
Fields
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. |
value__ |
Fields
SECRETS_MANAGER
Secret stored in AWS Secrets Manager.
public const CfnDynamicReferenceService SECRETS_MANAGER
Field Value
Type | Description |
---|---|
CfnDynamicReferenceService |
SSM
Plaintext value stored in AWS Systems Manager Parameter Store.
public const CfnDynamicReferenceService SSM
Field Value
Type | Description |
---|---|
CfnDynamicReferenceService |
SSM_SECURE
Secure string stored in AWS Systems Manager Parameter Store.
public const CfnDynamicReferenceService SSM_SECURE
Field Value
Type | Description |
---|---|
CfnDynamicReferenceService |
value__
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |