Package software.amazon.awscdk
Class CfnDynamicReference
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.Intrinsic
software.amazon.awscdk.CfnDynamicReference
- All Implemented Interfaces:
IResolvable
,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-27T16:50:51.762Z")
@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");
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.awscdk.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.IResolvable
IResolvable.Jsii$Default, IResolvable.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionCfnDynamicReference
(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.Intrinsic
getCreationStack, getTypeHint, newError, resolve, toJSON, toString, toStringList
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.
-