Class IAppNodeProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.cdkgraph.IAppNodeProps.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,IAppNodeProps,IAppNodeProps.Jsii$Default,IBaseEntityDataProps,IBaseEntityDataProps.Jsii$Default
- Enclosing interface:
- IAppNodeProps
@Internal public static final class IAppNodeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IAppNodeProps.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.cdkgraph.IAppNodeProps
IAppNodeProps.Jsii$Default, IAppNodeProps.Jsii$Proxy
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.cdkgraph.IBaseEntityDataProps
IBaseEntityDataProps.Jsii$Default, IBaseEntityDataProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAttributes()(experimental) Attributes.StringgetCfnType()(experimental) Type of CloudFormation resource.ConstructInfogetConstructInfo()(experimental) Synthesized construct information defining jii resolution data.List<FlagEnum>getFlags()(experimental) Flags.StringgetLogicalId()(experimental) Logical id of the node, which is only unique within containing stack.List<software.constructs.MetadataEntry>getMetadata()(experimental) Metadata entries.NodegetParent()(experimental) Parent node.StoregetStore()(experimental) Store.Map<String,String>getTags()(experimental) Tags.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
getAttributes
@Stability(Experimental) @Nullable public final Map<String,Object> getAttributes()
(experimental) Attributes.- Specified by:
getAttributesin interfaceIAppNodeProps.Jsii$Default- Specified by:
getAttributesin interfaceIBaseEntityDataProps- Specified by:
getAttributesin interfaceIBaseEntityDataProps.Jsii$Default
-
getFlags
@Stability(Experimental) @Nullable public final List<FlagEnum> getFlags()
(experimental) Flags.- Specified by:
getFlagsin interfaceIAppNodeProps.Jsii$Default- Specified by:
getFlagsin interfaceIBaseEntityDataProps- Specified by:
getFlagsin interfaceIBaseEntityDataProps.Jsii$Default
-
getMetadata
@Stability(Experimental) @Nullable public final List<software.constructs.MetadataEntry> getMetadata()
(experimental) Metadata entries.- Specified by:
getMetadatain interfaceIAppNodeProps.Jsii$Default- Specified by:
getMetadatain interfaceIBaseEntityDataProps- Specified by:
getMetadatain interfaceIBaseEntityDataProps.Jsii$Default
-
getTags
@Stability(Experimental) @Nullable public final Map<String,String> getTags()
(experimental) Tags.- Specified by:
getTagsin interfaceIAppNodeProps.Jsii$Default- Specified by:
getTagsin interfaceIBaseEntityDataProps- Specified by:
getTagsin interfaceIBaseEntityDataProps.Jsii$Default
-
getStore
@Stability(Experimental) @NotNull public final Store getStore()
(experimental) Store.- Specified by:
getStorein interfaceIAppNodeProps- Specified by:
getStorein interfaceIAppNodeProps.Jsii$Default
-
getCfnType
@Stability(Experimental) @Nullable public final String getCfnType()
(experimental) Type of CloudFormation resource.- Specified by:
getCfnTypein interfaceIAppNodeProps- Specified by:
getCfnTypein interfaceIAppNodeProps.Jsii$Default
-
getConstructInfo
@Stability(Experimental) @Nullable public final ConstructInfo getConstructInfo()
(experimental) Synthesized construct information defining jii resolution data.- Specified by:
getConstructInfoin interfaceIAppNodeProps- Specified by:
getConstructInfoin interfaceIAppNodeProps.Jsii$Default
-
getLogicalId
@Stability(Experimental) @Nullable public final String getLogicalId()
(experimental) Logical id of the node, which is only unique within containing stack.- Specified by:
getLogicalIdin interfaceIAppNodeProps- Specified by:
getLogicalIdin interfaceIAppNodeProps.Jsii$Default
-
getParent
@Stability(Experimental) @Nullable public final Node getParent()
(experimental) Parent node.- Specified by:
getParentin interfaceIAppNodeProps- Specified by:
getParentin interfaceIAppNodeProps.Jsii$Default
-
-