Interface InferredNodeProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,SGEntity
- All Known Implementing Classes:
InferredNodeProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.447Z") @Stability(Experimental) public interface InferredNodeProps extends software.amazon.jsii.JsiiSerializable, SGEntity
(experimental) Inferred node props.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInferredNodeProps.BuilderA builder forInferredNodePropsstatic classInferredNodeProps.Jsii$ProxyAn implementation forInferredNodeProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static InferredNodeProps.Builderbuilder()default StringgetCfnType()default ConstructInfogetConstructInfo()List<String>getDependencies()default StringgetLogicalId()List<SGUnresolvedReference>getUnresolvedReferences()-
Methods inherited from interface software.aws.awsprototypingsdk.cdkgraph.SGEntity
getAttributes, getFlags, getMetadata, getTags, getUuid
-
-
-
-
Method Detail
-
getUnresolvedReferences
@Stability(Experimental) @NotNull List<SGUnresolvedReference> getUnresolvedReferences()
-
getCfnType
@Stability(Experimental) @Nullable default String getCfnType()
-
getConstructInfo
@Stability(Experimental) @Nullable default ConstructInfo getConstructInfo()
-
getLogicalId
@Stability(Experimental) @Nullable default String getLogicalId()
-
builder
@Stability(Experimental) static InferredNodeProps.Builder builder()
- Returns:
- a
InferredNodeProps.BuilderofInferredNodeProps
-
-