com.pulumi.azurenative.app.kotlin.BuilderArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.app.kotlin
import com.pulumi.azurenative.app.BuilderArgs.builder
import com.pulumi.azurenative.app.kotlin.inputs.ContainerRegistryArgs
import com.pulumi.azurenative.app.kotlin.inputs.ContainerRegistryArgsBuilder
import com.pulumi.azurenative.app.kotlin.inputs.ManagedServiceIdentityArgs
import com.pulumi.azurenative.app.kotlin.inputs.ManagedServiceIdentityArgsBuilder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Information about the SourceToCloud builder resource.
* Azure REST API version: 2023-08-01-preview.
* Other available API versions: 2023-11-02-preview, 2024-02-02-preview.
* ## Import
* An existing resource can be imported using its type token, name, and identifier, e.g.
* ```sh
* $ pulumi import azure-native:app:Builder testBuilder /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/builders/{builderName}
* ```
* @property builderName The name of the builder.
* @property containerRegistries List of mappings of container registries and the managed identity used to connect to it.
* @property environmentId Resource ID of the container apps environment that the builder is associated with.
* @property identity The managed service identities assigned to this resource.
* @property location The geo-location where the resource lives
* @property resourceGroupName The name of the resource group. The name is case insensitive.
* @property tags Resource tags.
*/
public data class BuilderArgs(
public val builderName: Output? = null,
public val containerRegistries: Output>? = null,
public val environmentId: Output? = null,
public val identity: Output? = null,
public val location: Output? = null,
public val resourceGroupName: Output? = null,
public val tags: Output