Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class AzureADMetric : KotlinCustomResource

AzureADMetrics resource. Uses Azure REST API version 2020-07-01-preview. In version 1.x of the Azure Native provider, it used API version 2020-07-01-preview.

Link copied to clipboard
data class AzureADMetricArgs(val azureADMetricsName: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AzureADMetricArgs>

AzureADMetrics resource. Uses Azure REST API version 2020-07-01-preview. In version 1.x of the Azure Native provider, it used API version 2020-07-01-preview.

Link copied to clipboard
Link copied to clipboard
object AzureADMetricMapper : ResourceMapper<AzureADMetric>
Link copied to clipboard
Link copied to clipboard
class DiagnosticSetting : KotlinCustomResource

The diagnostic setting resource. Uses Azure REST API version 2017-04-01. In version 1.x of the Azure Native provider, it used API version 2017-04-01. Other available API versions: 2017-04-01-preview.

Link copied to clipboard
data class DiagnosticSettingArgs(val eventHubAuthorizationRuleId: Output<String>? = null, val eventHubName: Output<String>? = null, val logs: Output<List<LogSettingsArgs>>? = null, val name: Output<String>? = null, val serviceBusRuleId: Output<String>? = null, val storageAccountId: Output<String>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<DiagnosticSettingArgs>

The diagnostic setting resource. Uses Azure REST API version 2017-04-01. In version 1.x of the Azure Native provider, it used API version 2017-04-01. Other available API versions: 2017-04-01-preview.

Link copied to clipboard
object DiagnosticSettingMapper : ResourceMapper<DiagnosticSetting>
Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

Private endpoint connection resource. Uses Azure REST API version 2020-03-01. In version 1.x of the Azure Native provider, it used API version 2020-03-01.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val policyName: Output<String>? = null, val privateEndpoint: Output<PrivateEndpointArgs>? = null, val privateEndpointConnectionName: Output<String>? = null, val privateLinkConnectionTags: Output<TagsResourceArgs>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

Private endpoint connection resource. Uses Azure REST API version 2020-03-01. In version 1.x of the Azure Native provider, it used API version 2020-03-01.

Link copied to clipboard
class PrivateLinkForAzureAd : KotlinCustomResource

PrivateLink Policy configuration object. Uses Azure REST API version 2020-03-01. In version 1.x of the Azure Native provider, it used API version 2020-03-01.

Link copied to clipboard
data class PrivateLinkForAzureAdArgs(val allTenants: Output<Boolean>? = null, val name: Output<String>? = null, val ownerTenantId: Output<String>? = null, val policyName: Output<String>? = null, val resourceGroup: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val subscriptionId: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val tenants: Output<List<String>>? = null) : ConvertibleToJava<PrivateLinkForAzureAdArgs>

PrivateLink Policy configuration object. Uses Azure REST API version 2020-03-01. In version 1.x of the Azure Native provider, it used API version 2020-03-01.

Link copied to clipboard

Functions