Class CfnWorkflowDefinitionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.novaact.CfnWorkflowDefinitionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkflowDefinitionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkflowDefinitionMixinProps
@Stability(Stable)
@Internal
public static final class CfnWorkflowDefinitionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkflowDefinitionMixinProps
An implementation for
CfnWorkflowDefinitionMixinProps-
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.novaact.CfnWorkflowDefinitionMixinProps
CfnWorkflowDefinitionMixinProps.Builder, CfnWorkflowDefinitionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkflowDefinitionMixinProps.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 StringAn optional description of the workflow definition's purpose and functionality.final ObjectConfiguration settings for exporting workflow execution data and logs to Amazon S3.final StringgetName()The name of the workflow definition.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 theCfnWorkflowDefinitionMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnWorkflowDefinitionMixinPropsAn optional description of the workflow definition's purpose and functionality.- Specified by:
getDescriptionin interfaceCfnWorkflowDefinitionMixinProps- See Also:
-
getExportConfig
Description copied from interface:CfnWorkflowDefinitionMixinPropsConfiguration settings for exporting workflow execution data and logs to Amazon S3.Returns union: either
IResolvableorCfnWorkflowDefinitionPropsMixin.WorkflowExportConfigProperty- Specified by:
getExportConfigin interfaceCfnWorkflowDefinitionMixinProps- See Also:
-
getName
Description copied from interface:CfnWorkflowDefinitionMixinPropsThe name of the workflow definition.Must be unique within your account and region.
- Specified by:
getNamein interfaceCfnWorkflowDefinitionMixinProps- 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()
-