Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class IacProfile : KotlinCustomResource

Resource representation of a IacProfile. Uses Azure REST API version 2024-05-01-preview. Other available API versions: 2024-08-01-preview, 2025-03-01-preview.

Link copied to clipboard
data class IacProfileArgs(val branchName: Output<String>? = null, val iacProfileName: Output<String>? = null, val location: Output<String>? = null, val repositoryMainBranch: Output<String>? = null, val repositoryName: Output<String>? = null, val repositoryOwner: Output<String>? = null, val resourceGroupName: Output<String>? = null, val stages: Output<List<StagePropertiesArgs>>? = null, val storageAccountName: Output<String>? = null, val storageAccountResourceGroup: Output<String>? = null, val storageAccountSubscription: Output<String>? = null, val storageContainerName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val templates: Output<List<IacTemplatePropertiesArgs>>? = null) : ConvertibleToJava<IacProfileArgs>

Resource representation of a IacProfile. Uses Azure REST API version 2024-05-01-preview. Other available API versions: 2024-08-01-preview, 2025-03-01-preview.

Link copied to clipboard
Link copied to clipboard
object IacProfileMapper : ResourceMapper<IacProfile>
Link copied to clipboard
Link copied to clipboard
class Workflow : KotlinCustomResource

Resource representation of a workflow Uses Azure REST API version 2022-10-11-preview. In version 1.x of the Azure Native provider, it used API version 2022-04-01-preview. Other available API versions: 2023-08-01, 2024-05-01-preview, 2024-08-01-preview, 2025-03-01-preview.

Link copied to clipboard
data class WorkflowArgs(val acr: Output<ACRArgs>? = null, val aksResourceId: Output<String>? = null, val appName: Output<String>? = null, val branchName: Output<String>? = null, val builderVersion: Output<String>? = null, val deploymentProperties: Output<DeploymentPropertiesArgs>? = null, val dockerBuildContext: Output<String>? = null, val dockerfile: Output<String>? = null, val dockerfileGenerationMode: Output<Either<String, DockerfileGenerationMode>>? = null, val dockerfileOutputDirectory: Output<String>? = null, val generationLanguage: Output<Either<String, GenerationLanguage>>? = null, val imageName: Output<String>? = null, val imageTag: Output<String>? = null, val languageVersion: Output<String>? = null, val lastWorkflowRun: Output<WorkflowRunArgs>? = null, val location: Output<String>? = null, val manifestGenerationMode: Output<Either<String, ManifestGenerationMode>>? = null, val manifestOutputDirectory: Output<String>? = null, val manifestType: Output<Either<String, GenerationManifestType>>? = null, val namespace: Output<String>? = null, val oidcCredentials: Output<GitHubWorkflowProfileOidcCredentialsArgs>? = null, val port: Output<String>? = null, val repositoryName: Output<String>? = null, val repositoryOwner: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val workflowName: Output<String>? = null) : ConvertibleToJava<WorkflowArgs>

Resource representation of a workflow Uses Azure REST API version 2022-10-11-preview. In version 1.x of the Azure Native provider, it used API version 2022-04-01-preview. Other available API versions: 2023-08-01, 2024-05-01-preview, 2024-08-01-preview, 2025-03-01-preview.

Link copied to clipboard
Link copied to clipboard
object WorkflowMapper : ResourceMapper<Workflow>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun iacProfile(name: String, block: suspend IacProfileResourceBuilder.() -> Unit): IacProfile
Link copied to clipboard
suspend fun workflow(name: String, block: suspend WorkflowResourceBuilder.() -> Unit): Workflow