Class CfnWorkflowVersionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.omics.CfnWorkflowVersionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkflowVersionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkflowVersionProps
@Stability(Stable)
@Internal
public static final class CfnWorkflowVersionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkflowVersionProps
An implementation for
CfnWorkflowVersionProps
-
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.CfnWorkflowVersionProps
CfnWorkflowVersionProps.Builder, CfnWorkflowVersionProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWorkflowVersionProps.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
Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries.final String
final Object
Contains information about a source code repository that hosts the workflow definition files.final String
final String
The description of the workflow version.final String
final String
getMain()
final Object
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
final String
getTags()
A map of resource tags.final String
The name of the workflow version.final String
final String
The workflow's ID.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 theCfnWorkflowVersionProps.Builder
.
-
-
Method Details
-
getVersionName
Description copied from interface:CfnWorkflowVersionProps
The name of the workflow version.- Specified by:
getVersionName
in interfaceCfnWorkflowVersionProps
- See Also:
-
getWorkflowId
Description copied from interface:CfnWorkflowVersionProps
The workflow's ID.- Specified by:
getWorkflowId
in interfaceCfnWorkflowVersionProps
- See Also:
-
getAccelerators
- Specified by:
getAccelerators
in interfaceCfnWorkflowVersionProps
- See Also:
-
getContainerRegistryMap
Description copied from interface:CfnWorkflowVersionProps
Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries.For more information, see Container images in the AWS HealthOmics User Guide .
- Specified by:
getContainerRegistryMap
in interfaceCfnWorkflowVersionProps
- See Also:
-
getContainerRegistryMapUri
- Specified by:
getContainerRegistryMapUri
in interfaceCfnWorkflowVersionProps
- See Also:
-
getDefinitionRepository
Description copied from interface:CfnWorkflowVersionProps
Contains information about a source code repository that hosts the workflow definition files.- Specified by:
getDefinitionRepository
in interfaceCfnWorkflowVersionProps
- See Also:
-
getDefinitionUri
- Specified by:
getDefinitionUri
in interfaceCfnWorkflowVersionProps
- See Also:
-
getDescription
Description copied from interface:CfnWorkflowVersionProps
The description of the workflow version.- Specified by:
getDescription
in interfaceCfnWorkflowVersionProps
- See Also:
-
getEngine
- Specified by:
getEngine
in interfaceCfnWorkflowVersionProps
- See Also:
-
getMain
- Specified by:
getMain
in interfaceCfnWorkflowVersionProps
- See Also:
-
getParameterTemplate
- Specified by:
getParameterTemplate
in interfaceCfnWorkflowVersionProps
- See Also:
-
getParameterTemplatePath
Description copied from interface:CfnWorkflowVersionProps
Path to the primary workflow parameter template JSON file inside the repository.- Specified by:
getParameterTemplatePath
in interfaceCfnWorkflowVersionProps
- See Also:
-
getReadmeMarkdown
Description copied from interface:CfnWorkflowVersionProps
The markdown content for the workflow's README file.This provides documentation and usage information for users of the workflow.
- Specified by:
getReadmeMarkdown
in interfaceCfnWorkflowVersionProps
- See Also:
-
getReadmePath
Description copied from interface:CfnWorkflowVersionProps
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 interfaceCfnWorkflowVersionProps
- See Also:
-
getReadmeUri
Description copied from interface:CfnWorkflowVersionProps
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 interfaceCfnWorkflowVersionProps
- See Also:
-
getStorageCapacity
- Specified by:
getStorageCapacity
in interfaceCfnWorkflowVersionProps
- See Also:
-
getStorageType
- Specified by:
getStorageType
in interfaceCfnWorkflowVersionProps
- See Also:
-
getTags
Description copied from interface:CfnWorkflowVersionProps
A map of resource tags.- Specified by:
getTags
in interfaceCfnWorkflowVersionProps
- See Also:
-
getWorkflowBucketOwnerId
- Specified by:
getWorkflowBucketOwnerId
in interfaceCfnWorkflowVersionProps
- 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()
-