Class CfnDynamicReference
References a dynamically retrieved value.
Implements
Inherited Members
Namespace: Amazon.CDK
Assembly: Amazon.CDK.dll
Syntax (csharp)
public class CfnDynamicReference : Intrinsic, IResolvable
Syntax (vb)
Public Class CfnDynamicReference
Inherits Intrinsic
Implements IResolvable
Remarks
This is a Construct so that subclasses will (eventually) be able to attach metadata to themselves without having to change call signatures.
See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/dynamic-references.html
ExampleMetadata: infused
Examples
new CfnDynamicReference(CfnDynamicReferenceService.SECRETS_MANAGER, "secret-id:secret-string:json-key:version-stage:version-id");
Synopsis
Constructors
CfnDynamicReference(CfnDynamicReferenceService, String) | |
CfnDynamicReference(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnDynamicReference(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
Constructors
CfnDynamicReference(CfnDynamicReferenceService, String)
public CfnDynamicReference(CfnDynamicReferenceService service, string key)
Parameters
- service CfnDynamicReferenceService
- key System.String
CfnDynamicReference(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnDynamicReference(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnDynamicReference(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnDynamicReference(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props