Package-level declarations

Types

Link copied to clipboard
class AzureMonitorWorkspace : KotlinCustomResource

An Azure Monitor Workspace definition Uses Azure REST API version 2023-04-03. In version 1.x of the Azure Native provider, it used API version 2021-06-03-preview. Other available API versions: 2023-10-01-preview.

Link copied to clipboard
data class AzureMonitorWorkspaceArgs(val azureMonitorWorkspaceName: Output<String>? = null, val location: Output<String>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AzureMonitorWorkspaceArgs>

An Azure Monitor Workspace definition Uses Azure REST API version 2023-04-03. In version 1.x of the Azure Native provider, it used API version 2021-06-03-preview. Other available API versions: 2023-10-01-preview.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class PipelineGroup : KotlinCustomResource

A pipeline group definition. Uses Azure REST API version 2023-10-01-preview. Other available API versions: 2024-10-01-preview.

Link copied to clipboard
data class PipelineGroupArgs(val exporters: Output<List<ExporterArgs>>? = null, val extendedLocation: Output<AzureResourceManagerCommonTypesExtendedLocationArgs>? = null, val location: Output<String>? = null, val networkingConfigurations: Output<List<NetworkingConfigurationArgs>>? = null, val pipelineGroupName: Output<String>? = null, val processors: Output<List<ProcessorArgs>>? = null, val receivers: Output<List<ReceiverArgs>>? = null, val replicas: Output<Int>? = null, val resourceGroupName: Output<String>? = null, val service: Output<ServiceArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<PipelineGroupArgs>

A pipeline group definition. Uses Azure REST API version 2023-10-01-preview. Other available API versions: 2024-10-01-preview.

Link copied to clipboard
Link copied to clipboard
object PipelineGroupMapper : ResourceMapper<PipelineGroup>
Link copied to clipboard

Functions