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");
 

See Also:
  • 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.