Class CfnWorkflowProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mwaaserverless.CfnWorkflowProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkflowProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkflowProps
@Stability(Stable)
@Internal
public static final class CfnWorkflowProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkflowProps
An implementation for
CfnWorkflowProps-
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.mwaaserverless.CfnWorkflowProps
CfnWorkflowProps.Builder, CfnWorkflowProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnWorkflowProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkflowProps.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 ObjectReturns union: eitherIResolvableorCfnWorkflow.S3LocationPropertyfinal Stringfinal ObjectReturns union: eitherIResolvableorCfnWorkflow.EncryptionConfigurationPropertyfinal ObjectReturns union: eitherIResolvableorCfnWorkflow.LoggingConfigurationPropertyfinal StringgetName()final ObjectReturns union: eitherIResolvableorCfnWorkflow.NetworkConfigurationPropertyfinal StringgetTags()A map of key-value pairs to be applied as tags.final Stringfinal 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 theCfnWorkflowProps.Builder.
-
-
Method Details
-
getDefinitionS3Location
Description copied from interface:CfnWorkflowPropsReturns union: eitherIResolvableorCfnWorkflow.S3LocationProperty- Specified by:
getDefinitionS3Locationin interfaceCfnWorkflowProps- See Also:
-
getRoleArn
- Specified by:
getRoleArnin interfaceCfnWorkflowProps- See Also:
-
getDescription
- Specified by:
getDescriptionin interfaceCfnWorkflowProps- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnWorkflowPropsReturns union: eitherIResolvableorCfnWorkflow.EncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnWorkflowProps- See Also:
-
getLoggingConfiguration
Description copied from interface:CfnWorkflowPropsReturns union: eitherIResolvableorCfnWorkflow.LoggingConfigurationProperty- Specified by:
getLoggingConfigurationin interfaceCfnWorkflowProps- See Also:
-
getName
- Specified by:
getNamein interfaceCfnWorkflowProps- See Also:
-
getNetworkConfiguration
Description copied from interface:CfnWorkflowPropsReturns union: eitherIResolvableorCfnWorkflow.NetworkConfigurationProperty- Specified by:
getNetworkConfigurationin interfaceCfnWorkflowProps- See Also:
-
getTags
Description copied from interface:CfnWorkflowPropsA map of key-value pairs to be applied as tags.- Specified by:
getTagsin interfaceCfnWorkflowProps- See Also:
-
getTriggerMode
- Specified by:
getTriggerModein interfaceCfnWorkflowProps- 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()
-