Class CfnWorkflowDefinition
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.novaact.CfnWorkflowDefinition
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,IWorkflowDefinitionRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-14T18:31:59.843Z")
@Stability(Stable)
public class CfnWorkflowDefinition
extends CfnResource
implements IInspectable, IWorkflowDefinitionRef
Definition of AWS::NovaAct::WorkflowDefinition Resource Type.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.novaact.*;
CfnWorkflowDefinition cfnWorkflowDefinition = CfnWorkflowDefinition.Builder.create(this, "MyCfnWorkflowDefinition")
.name("name")
// the properties below are optional
.description("description")
.exportConfig(WorkflowExportConfigProperty.builder()
.s3BucketName("s3BucketName")
// the properties below are optional
.s3KeyPrefix("s3KeyPrefix")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnWorkflowDefinition.static interfaceConfiguration settings for exporting workflow execution data and logs to Amazon S3.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.novaact.IWorkflowDefinitionRef
IWorkflowDefinitionRef.Jsii$Default, IWorkflowDefinitionRef.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnWorkflowDefinition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnWorkflowDefinition(software.amazon.jsii.JsiiObjectRef objRef) CfnWorkflowDefinition(software.constructs.Construct scope, String id, CfnWorkflowDefinitionProps props) Create a newAWS::NovaAct::WorkflowDefinition. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringThe Amazon Resource Name (ARN) of the workflow definition.The timestamp when the workflow definition was created.The current status of the workflow definition.An optional description of the workflow definition's purpose and functionality.Configuration settings for exporting workflow execution data and logs to Amazon S3.getName()The name of the workflow definition.A reference to a WorkflowDefinition resource.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnWorkflowDefinition.renderProperties(Map<String, Object> props) voidsetDescription(String value) An optional description of the workflow definition's purpose and functionality.voidsetExportConfig(IResolvable value) Configuration settings for exporting workflow execution data and logs to Amazon S3.voidConfiguration settings for exporting workflow execution data and logs to Amazon S3.voidThe name of the workflow definition.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnWorkflowDefinition
protected CfnWorkflowDefinition(software.amazon.jsii.JsiiObjectRef objRef) -
CfnWorkflowDefinition
protected CfnWorkflowDefinition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnWorkflowDefinition
@Stability(Stable) public CfnWorkflowDefinition(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnWorkflowDefinitionProps props) Create a newAWS::NovaAct::WorkflowDefinition.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
arnForWorkflowDefinition
@Stability(Stable) @NotNull public static String arnForWorkflowDefinition(@NotNull IWorkflowDefinitionRef resource) - Parameters:
resource- This parameter is required.
-
isCfnWorkflowDefinition
Checks whether the given object is a CfnWorkflowDefinition.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the workflow definition. -
getAttrCreatedAt
The timestamp when the workflow definition was created. -
getAttrStatus
The current status of the workflow definition. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getWorkflowDefinitionRef
A reference to a WorkflowDefinition resource.- Specified by:
getWorkflowDefinitionRefin interfaceIWorkflowDefinitionRef
-
getName
The name of the workflow definition. -
setName
The name of the workflow definition. -
getDescription
An optional description of the workflow definition's purpose and functionality. -
setDescription
An optional description of the workflow definition's purpose and functionality. -
getExportConfig
Configuration settings for exporting workflow execution data and logs to Amazon S3.Returns union: either
IResolvableorCfnWorkflowDefinition.WorkflowExportConfigProperty -
setExportConfig
Configuration settings for exporting workflow execution data and logs to Amazon S3. -
setExportConfig
@Stability(Stable) public void setExportConfig(@Nullable CfnWorkflowDefinition.WorkflowExportConfigProperty value) Configuration settings for exporting workflow execution data and logs to Amazon S3.
-