@Stability(value=Stable) @Internal public static final class CfnComponentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnComponentProps
CfnComponentPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnComponentProps.Builder, CfnComponentProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnComponentProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnComponentProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getBindingProperties()
The information to connect a component's properties to data at runtime.
|
Object |
getChildren()
A list of the component's `ComponentChild` instances.
|
Object |
getCollectionProperties()
The data binding configuration for the component's properties.
|
String |
getComponentType()
The type of the component.
|
Object |
getEvents()
Describes the events that can be raised on the component.
|
String |
getName()
The name of the component.
|
Object |
getOverrides()
Describes the component's properties that can be overriden in a customized instance of the component.
|
Object |
getProperties()
Describes the component's properties.
|
String |
getSchemaVersion()
The schema version of the component when it was imported.
|
String |
getSourceId()
The unique ID of the component in its original source system, such as Figma.
|
Map<String,String> |
getTags()
One or more key-value pairs to use when tagging the component.
|
Object |
getVariants()
A list of the component's variants.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnComponentProps.Builder builder)
CfnComponentProps.Builder.public final Object getBindingProperties()
CfnComponentProps
You can't specify tags as a valid property for bindingProperties .
getBindingProperties in interface CfnComponentPropspublic final String getComponentType()
CfnComponentPropsThis can be an Amplify custom UI component or another custom component.
getComponentType in interface CfnComponentPropspublic final String getName()
CfnComponentPropsgetName in interface CfnComponentPropspublic final Object getOverrides()
CfnComponentProps
You can't specify tags as a valid property for overrides .
getOverrides in interface CfnComponentPropspublic final Object getProperties()
CfnComponentProps
You can't specify tags as a valid property for properties .
getProperties in interface CfnComponentPropspublic final Object getVariants()
CfnComponentPropsA variant is a unique style configuration of a main component.
getVariants in interface CfnComponentPropspublic final Object getChildren()
CfnComponentPropsgetChildren in interface CfnComponentPropspublic final Object getCollectionProperties()
CfnComponentProps
Use this for a collection component. You can't specify tags as a valid property for collectionProperties .
getCollectionProperties in interface CfnComponentPropspublic final Object getEvents()
CfnComponentPropsUse for the workflow feature in Amplify Studio that allows you to bind events and actions to components.
getEvents in interface CfnComponentPropspublic final String getSchemaVersion()
CfnComponentPropsgetSchemaVersion in interface CfnComponentPropspublic final String getSourceId()
CfnComponentPropsgetSourceId in interface CfnComponentPropspublic final Map<String,String> getTags()
CfnComponentPropsgetTags in interface CfnComponentProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.