@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:15.466Z") @Stability(value=Stable) public interface CfnDynamicReferenceProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.*;
CfnDynamicReferenceProps cfnDynamicReferenceProps = CfnDynamicReferenceProps.builder()
.referenceKey("referenceKey")
.service(CfnDynamicReferenceService.SSM)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDynamicReferenceProps.Builder
A builder for
CfnDynamicReferenceProps |
static class |
CfnDynamicReferenceProps.Jsii$Proxy
An implementation for
CfnDynamicReferenceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDynamicReferenceProps.Builder |
builder() |
String |
getReferenceKey()
The reference key of the dynamic reference.
|
CfnDynamicReferenceService |
getService()
The service to retrieve the dynamic reference from.
|
@Stability(value=Stable) @NotNull String getReferenceKey()
@Stability(value=Stable) @NotNull CfnDynamicReferenceService getService()
@Stability(value=Stable) static CfnDynamicReferenceProps.Builder builder()
CfnDynamicReferenceProps.Builder of CfnDynamicReferencePropsCopyright © 2021. All rights reserved.