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