WorkflowArgs

constructor(appName: Output<String>? = null, builderVersion: Output<String>? = null, dockerfileGenerationMode: Output<Either<String, DockerfileGenerationMode>>? = null, dockerfileOutputDirectory: Output<String>? = null, generationLanguage: Output<Either<String, GenerationLanguage>>? = null, githubWorkflowProfile: Output<GitHubWorkflowProfileArgs>? = null, imageName: Output<String>? = null, imageTag: Output<String>? = null, languageVersion: Output<String>? = null, location: Output<String>? = null, manifestGenerationMode: Output<Either<String, ManifestGenerationMode>>? = null, manifestOutputDirectory: Output<String>? = null, manifestType: Output<Either<String, GenerationManifestType>>? = null, namespace: Output<String>? = null, port: Output<String>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, workflowName: Output<String>? = null)