Package software.amazon.awscdk.core
Class CfnDynamicReference
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.core.Intrinsic
software.amazon.awscdk.core.CfnDynamicReference
- All Implemented Interfaces:
IResolvable
,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:54.838Z")
@Stability(Stable)
public class CfnDynamicReference
extends Intrinsic
References a dynamically retrieved value.
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");
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.awscdk.core.Intrinsic
Intrinsic.Builder
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IResolvable
IResolvable.Jsii$Default, IResolvable.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionCfnDynamicReference
(CfnDynamicReferenceService service, String key) protected
CfnDynamicReference
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnDynamicReference
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Methods inherited from class software.amazon.awscdk.core.Intrinsic
getCreationStack, newError, resolve, toJSON, toString
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
CfnDynamicReference
protected CfnDynamicReference(software.amazon.jsii.JsiiObjectRef objRef) -
CfnDynamicReference
protected CfnDynamicReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnDynamicReference
@Stability(Stable) public CfnDynamicReference(@NotNull CfnDynamicReferenceService service, @NotNull String key) - Parameters:
service
- This parameter is required.key
- This parameter is required.
-