@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:22.393Z") @Stability(value=Experimental) public class CfnDynamicReference extends Intrinsic
This is a Construct so that subclasses will (eventually) be able to attach metadata to themselves without having to change call signatures.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.core.*; CfnDynamicReference cfnDynamicReference = new CfnDynamicReference(CfnDynamicReferenceService.SSM, "key");
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/dynamic-references.htmlIntrinsic.Buildersoftware.amazon.jsii.JsiiObject.InitializationModeIResolvable.Jsii$Default, IResolvable.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
CfnDynamicReference(CfnDynamicReferenceService service,
String key) |
protected |
CfnDynamicReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDynamicReference(software.amazon.jsii.JsiiObjectRef objRef) |
getCreationStack, newError, resolve, toJSON, toStringjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CfnDynamicReference(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDynamicReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public CfnDynamicReference(@NotNull
CfnDynamicReferenceService service,
@NotNull
String key)
service - This parameter is required.key - This parameter is required.Copyright © 2022. All rights reserved.