Class CfnComponent.ActionParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
 CfnComponent.ActionParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 CfnComponent.ActionParametersProperty
CfnComponent.ActionParametersProperty- 
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ActionParametersProperty
CfnComponent.ActionParametersProperty.Builder, CfnComponent.ActionParametersProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponent.ActionParametersProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. - 
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe HTML anchor link to the location to open.final ObjectA dictionary of key-value pairs mapping Amplify Studio properties to fields in a data model.final ObjectSpecifies whether the user should be signed out globally.final ObjectgetId()The unique ID of the component that theActionParametersapply to.final StringgetModel()The name of the data model.final ObjectgetState()A key-value pair that specifies the state property name and its initial value.final ObjectThe element within the same component to modify when the action occurs.final ObjectgetType()The type of navigation action.final ObjectgetUrl()The URL to the location to open.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet 
- 
Constructor Details
- 
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
 objRef- Reference to the JSII managed object.
 - 
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnComponent.ActionParametersProperty.Builder. 
 - 
 - 
Method Details
- 
getAnchor
Description copied from interface:CfnComponent.ActionParametersPropertyThe HTML anchor link to the location to open.Specify this value for a navigation action.
Returns union: either
IResolvableorCfnComponent.ComponentPropertyProperty- Specified by:
 getAnchorin interfaceCfnComponent.ActionParametersProperty- See Also:
 
 - 
getFields
Description copied from interface:CfnComponent.ActionParametersPropertyA dictionary of key-value pairs mapping Amplify Studio properties to fields in a data model.Use when the action performs an operation on an Amplify DataStore model.
Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnComponent.ComponentPropertyProperty>- Specified by:
 getFieldsin interfaceCfnComponent.ActionParametersProperty- See Also:
 
 - 
getGlobal
Description copied from interface:CfnComponent.ActionParametersPropertySpecifies whether the user should be signed out globally.Specify this value for an auth sign out action.
Returns union: either
IResolvableorCfnComponent.ComponentPropertyProperty- Specified by:
 getGlobalin interfaceCfnComponent.ActionParametersProperty- See Also:
 
 - 
getId
Description copied from interface:CfnComponent.ActionParametersPropertyThe unique ID of the component that theActionParametersapply to.Returns union: either
IResolvableorCfnComponent.ComponentPropertyProperty- Specified by:
 getIdin interfaceCfnComponent.ActionParametersProperty- See Also:
 
 - 
getModel
Description copied from interface:CfnComponent.ActionParametersPropertyThe name of the data model.Use when the action performs an operation on an Amplify DataStore model.
- Specified by:
 getModelin interfaceCfnComponent.ActionParametersProperty- See Also:
 
 - 
getState
Description copied from interface:CfnComponent.ActionParametersPropertyA key-value pair that specifies the state property name and its initial value.Returns union: either
IResolvableorCfnComponent.MutationActionSetStateParameterProperty- Specified by:
 getStatein interfaceCfnComponent.ActionParametersProperty- See Also:
 
 - 
getTarget
Description copied from interface:CfnComponent.ActionParametersPropertyThe element within the same component to modify when the action occurs.Returns union: either
IResolvableorCfnComponent.ComponentPropertyProperty- Specified by:
 getTargetin interfaceCfnComponent.ActionParametersProperty- See Also:
 
 - 
getType
Description copied from interface:CfnComponent.ActionParametersPropertyThe type of navigation action.Valid values are
urlandanchor. This value is required for a navigation action.Returns union: either
IResolvableorCfnComponent.ComponentPropertyProperty- Specified by:
 getTypein interfaceCfnComponent.ActionParametersProperty- See Also:
 
 - 
getUrl
Description copied from interface:CfnComponent.ActionParametersPropertyThe URL to the location to open.Specify this value for a navigation action.
Returns union: either
IResolvableorCfnComponent.ComponentPropertyProperty- Specified by:
 getUrlin interfaceCfnComponent.ActionParametersProperty- See Also:
 
 - 
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
 $jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
 - 
equals
 - 
hashCode
public final int hashCode() 
 -