Class CfnWorkflowProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.omics.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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.omics.CfnWorkflowProps
CfnWorkflowProps.Builder, CfnWorkflowProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnWorkflowProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkflowProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
final Object
Contains information about a source code repository that hosts the workflow definition files.final String
The URI of a definition for the workflow.final String
The parameter's description.final String
An engine for the workflow.final String
getMain()
The path of the main definition file for the workflow.final String
getName()
The workflow's name.final Object
The workflow's parameter template.final String
Path to the primary workflow parameter template JSON file inside the repository.final String
The markdown content for the workflow's README file.final String
The path to the workflow README markdown file within the repository.final String
The S3 URI of the README file for the workflow.final Number
The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.final String
getTags()
Tags for the workflow.final String
Optional workflow bucket owner ID to verify the workflow bucket.final int
hashCode()
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
-
getAccelerators
- Specified by:
getAccelerators
in interfaceCfnWorkflowProps
- See Also:
-
getDefinitionRepository
Description copied from interface:CfnWorkflowProps
Contains information about a source code repository that hosts the workflow definition files.- Specified by:
getDefinitionRepository
in interfaceCfnWorkflowProps
- See Also:
-
getDefinitionUri
Description copied from interface:CfnWorkflowProps
The URI of a definition for the workflow.- Specified by:
getDefinitionUri
in interfaceCfnWorkflowProps
- See Also:
-
getDescription
Description copied from interface:CfnWorkflowProps
The parameter's description.- Specified by:
getDescription
in interfaceCfnWorkflowProps
- See Also:
-
getEngine
Description copied from interface:CfnWorkflowProps
An engine for the workflow.- Specified by:
getEngine
in interfaceCfnWorkflowProps
- See Also:
-
getMain
Description copied from interface:CfnWorkflowProps
The path of the main definition file for the workflow.- Specified by:
getMain
in interfaceCfnWorkflowProps
- See Also:
-
getName
Description copied from interface:CfnWorkflowProps
The workflow's name.- Specified by:
getName
in interfaceCfnWorkflowProps
- See Also:
-
getParameterTemplate
Description copied from interface:CfnWorkflowProps
The workflow's parameter template.- Specified by:
getParameterTemplate
in interfaceCfnWorkflowProps
- See Also:
-
getParameterTemplatePath
Description copied from interface:CfnWorkflowProps
Path to the primary workflow parameter template JSON file inside the repository.- Specified by:
getParameterTemplatePath
in interfaceCfnWorkflowProps
- See Also:
-
getReadmeMarkdown
Description copied from interface:CfnWorkflowProps
The markdown content for the workflow's README file.This provides documentation and usage information for users of the workflow.
- Specified by:
getReadmeMarkdown
in interfaceCfnWorkflowProps
- See Also:
-
getReadmePath
Description copied from interface:CfnWorkflowProps
The path to the workflow README markdown file within the repository.This file provides documentation and usage information for the workflow. If not specified, the README.md file from the root directory of the repository will be used.
- Specified by:
getReadmePath
in interfaceCfnWorkflowProps
- See Also:
-
getReadmeUri
Description copied from interface:CfnWorkflowProps
The S3 URI of the README file for the workflow.This file provides documentation and usage information for the workflow. The S3 URI must begin with s3://USER-OWNED-BUCKET/. The requester must have access to the S3 bucket and object. The max README content length is 500 KiB.
- Specified by:
getReadmeUri
in interfaceCfnWorkflowProps
- See Also:
-
getStorageCapacity
Description copied from interface:CfnWorkflowProps
The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.The
storageCapacity
can be overwritten at run time. The storage capacity is not required for runs with aDYNAMIC
storage type.- Specified by:
getStorageCapacity
in interfaceCfnWorkflowProps
- See Also:
-
getStorageType
- Specified by:
getStorageType
in interfaceCfnWorkflowProps
- See Also:
-
getTags
Description copied from interface:CfnWorkflowProps
Tags for the workflow.- Specified by:
getTags
in interfaceCfnWorkflowProps
- See Also:
-
getWorkflowBucketOwnerId
Description copied from interface:CfnWorkflowProps
Optional workflow bucket owner ID to verify the workflow bucket.- Specified by:
getWorkflowBucketOwnerId
in interfaceCfnWorkflowProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-