@Generated(value="jsii-pacmak/1.52.1 (build 5ccc8f6)", date="2022-01-20T19:49:54.009Z") @Stability(value=Stable) 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:
new CfnDynamicReference(CfnDynamicReferenceService.SECRETS_MANAGER, "secret-id:secret-string:json-key:version-stage:version-id");
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/dynamic-references.html
Intrinsic.Builder
software.amazon.jsii.JsiiObject.InitializationMode
IResolvable.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, toString
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected CfnDynamicReference(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDynamicReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public CfnDynamicReference(@NotNull CfnDynamicReferenceService service, @NotNull String key)
service
- This parameter is required.key
- This parameter is required.Copyright © 2022. All rights reserved.