Class CfnWorkflowProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkflowProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkflowProps
CfnWorkflowProps-
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.omics.CfnWorkflowProps
CfnWorkflowProps.Builder, CfnWorkflowProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnWorkflowProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkflowProps.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 Stringfinal ObjectUse a container registry map to specify mappings between the ECR private repository and one or more upstream registries.final Stringfinal ObjectContains information about a source code repository that hosts the workflow definition files.final StringThe URI of a definition for the workflow.final StringThe parameter's description.final StringAn engine for the workflow.final StringgetMain()The path of the main definition file for the workflow.final StringgetName()The workflow's name.final ObjectThe workflow's parameter template.final StringPath to the primary workflow parameter template JSON file inside the repository.final StringThe markdown content for the workflow's README file.final StringThe path to the workflow README markdown file within the repository.final StringThe S3 URI of the README file for the workflow.final NumberThe default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.final StringgetTags()Tags for the workflow.final StringOptional workflow bucket owner ID to verify the workflow bucket.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 theCfnWorkflowProps.Builder.
-
-
Method Details
-
getAccelerators
- Specified by:
getAcceleratorsin interfaceCfnWorkflowProps- See Also:
-
getContainerRegistryMap
Description copied from interface:CfnWorkflowPropsUse 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 .
Returns union: either
IResolvableorCfnWorkflow.ContainerRegistryMapProperty- Specified by:
getContainerRegistryMapin interfaceCfnWorkflowProps- See Also:
-
getContainerRegistryMapUri
- Specified by:
getContainerRegistryMapUriin interfaceCfnWorkflowProps- See Also:
-
getDefinitionRepository
Description copied from interface:CfnWorkflowPropsContains information about a source code repository that hosts the workflow definition files.Returns union: either
IResolvableorCfnWorkflow.DefinitionRepositoryProperty- Specified by:
getDefinitionRepositoryin interfaceCfnWorkflowProps- See Also:
-
getDefinitionUri
Description copied from interface:CfnWorkflowPropsThe URI of a definition for the workflow.- Specified by:
getDefinitionUriin interfaceCfnWorkflowProps- See Also:
-
getDescription
Description copied from interface:CfnWorkflowPropsThe parameter's description.- Specified by:
getDescriptionin interfaceCfnWorkflowProps- See Also:
-
getEngine
Description copied from interface:CfnWorkflowPropsAn engine for the workflow.- Specified by:
getEnginein interfaceCfnWorkflowProps- See Also:
-
getMain
Description copied from interface:CfnWorkflowPropsThe path of the main definition file for the workflow.- Specified by:
getMainin interfaceCfnWorkflowProps- See Also:
-
getName
Description copied from interface:CfnWorkflowPropsThe workflow's name.- Specified by:
getNamein interfaceCfnWorkflowProps- See Also:
-
getParameterTemplate
Description copied from interface:CfnWorkflowPropsThe workflow's parameter template.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnWorkflow.WorkflowParameterProperty>- Specified by:
getParameterTemplatein interfaceCfnWorkflowProps- See Also:
-
getParameterTemplatePath
Description copied from interface:CfnWorkflowPropsPath to the primary workflow parameter template JSON file inside the repository.- Specified by:
getParameterTemplatePathin interfaceCfnWorkflowProps- See Also:
-
getReadmeMarkdown
Description copied from interface:CfnWorkflowPropsThe markdown content for the workflow's README file.This provides documentation and usage information for users of the workflow.
- Specified by:
getReadmeMarkdownin interfaceCfnWorkflowProps- See Also:
-
getReadmePath
Description copied from interface:CfnWorkflowPropsThe 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:
getReadmePathin interfaceCfnWorkflowProps- See Also:
-
getReadmeUri
Description copied from interface:CfnWorkflowPropsThe 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:
getReadmeUriin interfaceCfnWorkflowProps- See Also:
-
getStorageCapacity
Description copied from interface:CfnWorkflowPropsThe default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.The
storageCapacitycan be overwritten at run time. The storage capacity is not required for runs with aDYNAMICstorage type.- Specified by:
getStorageCapacityin interfaceCfnWorkflowProps- See Also:
-
getStorageType
- Specified by:
getStorageTypein interfaceCfnWorkflowProps- See Also:
-
getTags
Description copied from interface:CfnWorkflowPropsTags for the workflow.- Specified by:
getTagsin interfaceCfnWorkflowProps- See Also:
-
getWorkflowBucketOwnerId
Description copied from interface:CfnWorkflowPropsOptional workflow bucket owner ID to verify the workflow bucket.- Specified by:
getWorkflowBucketOwnerIdin interfaceCfnWorkflowProps- 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()
-