Class CfnComponentPropsMixin.ActionParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponentPropsMixin.ActionParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComponentPropsMixin.ActionParametersProperty
CfnComponentPropsMixin.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.cfnpropertymixins.services.amplifyuibuilder.CfnComponentPropsMixin.ActionParametersProperty
CfnComponentPropsMixin.ActionParametersProperty.Builder, CfnComponentPropsMixin.ActionParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponentPropsMixin.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 theCfnComponentPropsMixin.ActionParametersProperty.Builder.
-
-
Method Details
-
getAnchor
Description copied from interface:CfnComponentPropsMixin.ActionParametersPropertyThe HTML anchor link to the location to open.Specify this value for a navigation action.
Returns union: either
IResolvableorCfnComponentPropsMixin.ComponentPropertyProperty- Specified by:
getAnchorin interfaceCfnComponentPropsMixin.ActionParametersProperty- See Also:
-
getFields
Description copied from interface:CfnComponentPropsMixin.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, eitherIResolvableorCfnComponentPropsMixin.ComponentPropertyProperty>- Specified by:
getFieldsin interfaceCfnComponentPropsMixin.ActionParametersProperty- See Also:
-
getGlobal
Description copied from interface:CfnComponentPropsMixin.ActionParametersPropertySpecifies whether the user should be signed out globally.Specify this value for an auth sign out action.
Returns union: either
IResolvableorCfnComponentPropsMixin.ComponentPropertyProperty- Specified by:
getGlobalin interfaceCfnComponentPropsMixin.ActionParametersProperty- See Also:
-
getId
Description copied from interface:CfnComponentPropsMixin.ActionParametersPropertyThe unique ID of the component that theActionParametersapply to.Returns union: either
IResolvableorCfnComponentPropsMixin.ComponentPropertyProperty- Specified by:
getIdin interfaceCfnComponentPropsMixin.ActionParametersProperty- See Also:
-
getModel
Description copied from interface:CfnComponentPropsMixin.ActionParametersPropertyThe name of the data model.Use when the action performs an operation on an Amplify DataStore model.
- Specified by:
getModelin interfaceCfnComponentPropsMixin.ActionParametersProperty- See Also:
-
getState
Description copied from interface:CfnComponentPropsMixin.ActionParametersPropertyA key-value pair that specifies the state property name and its initial value.Returns union: either
IResolvableorCfnComponentPropsMixin.MutationActionSetStateParameterProperty- Specified by:
getStatein interfaceCfnComponentPropsMixin.ActionParametersProperty- See Also:
-
getTarget
Description copied from interface:CfnComponentPropsMixin.ActionParametersPropertyThe element within the same component to modify when the action occurs.Returns union: either
IResolvableorCfnComponentPropsMixin.ComponentPropertyProperty- Specified by:
getTargetin interfaceCfnComponentPropsMixin.ActionParametersProperty- See Also:
-
getType
Description copied from interface:CfnComponentPropsMixin.ActionParametersPropertyThe type of navigation action.Valid values are
urlandanchor. This value is required for a navigation action.Returns union: either
IResolvableorCfnComponentPropsMixin.ComponentPropertyProperty- Specified by:
getTypein interfaceCfnComponentPropsMixin.ActionParametersProperty- See Also:
-
getUrl
Description copied from interface:CfnComponentPropsMixin.ActionParametersPropertyThe URL to the location to open.Specify this value for a navigation action.
Returns union: either
IResolvableorCfnComponentPropsMixin.ComponentPropertyProperty- Specified by:
getUrlin interfaceCfnComponentPropsMixin.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()
-