Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class ConfigurationFeature : KotlinCustomResource

Manages an Azure App Configuration Feature.

Link copied to clipboard
data class ConfigurationFeatureArgs(val configurationStoreId: Output<String>? = null, val description: Output<String>? = null, val enabled: Output<Boolean>? = null, val etag: Output<String>? = null, val key: Output<String>? = null, val label: Output<String>? = null, val locked: Output<Boolean>? = null, val name: Output<String>? = null, val percentageFilterValue: Output<Double>? = null, val tags: Output<Map<String, String>>? = null, val targetingFilters: Output<List<ConfigurationFeatureTargetingFilterArgs>>? = null, val timewindowFilters: Output<List<ConfigurationFeatureTimewindowFilterArgs>>? = null) : ConvertibleToJava<ConfigurationFeatureArgs>

Manages an Azure App Configuration Feature.

Link copied to clipboard
Link copied to clipboard
class ConfigurationKey : KotlinCustomResource

Manages an Azure App Configuration Key.

Link copied to clipboard
data class ConfigurationKeyArgs(val configurationStoreId: Output<String>? = null, val contentType: Output<String>? = null, val etag: Output<String>? = null, val key: Output<String>? = null, val label: Output<String>? = null, val locked: Output<Boolean>? = null, val tags: Output<Map<String, String>>? = null, val type: Output<String>? = null, val value: Output<String>? = null, val vaultKeyReference: Output<String>? = null) : ConvertibleToJava<ConfigurationKeyArgs>

Manages an Azure App Configuration Key.

Link copied to clipboard
object ConfigurationKeyMapper : ResourceMapper<ConfigurationKey>
Link copied to clipboard
class ConfigurationStore : KotlinCustomResource
Link copied to clipboard
data class ConfigurationStoreArgs(val dataPlaneProxyAuthenticationMode: Output<String>? = null, val dataPlaneProxyPrivateLinkDelegationEnabled: Output<Boolean>? = null, val encryption: Output<ConfigurationStoreEncryptionArgs>? = null, val identity: Output<ConfigurationStoreIdentityArgs>? = null, val localAuthEnabled: Output<Boolean>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val publicNetworkAccess: Output<String>? = null, val purgeProtectionEnabled: Output<Boolean>? = null, val replicas: Output<List<ConfigurationStoreReplicaArgs>>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<String>? = null, val softDeleteRetentionDays: Output<Int>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ConfigurationStoreArgs>
Link copied to clipboard
Link copied to clipboard
class LicationLoadBalancer : KotlinCustomResource

Manages an Application Gateway for Containers (ALB).

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

Manages an Application Gateway for Containers (ALB).

Link copied to clipboard
class LicationLoadBalancerFrontend : KotlinCustomResource

Manages an Application Gateway for Containers Frontend.

Link copied to clipboard
data class LicationLoadBalancerFrontendArgs(val applicationLoadBalancerId: Output<String>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<LicationLoadBalancerFrontendArgs>

Manages an Application Gateway for Containers Frontend.

Link copied to clipboard
Link copied to clipboard
class LicationLoadBalancerSubnetAssociation : KotlinCustomResource

Manages an association between an Application Gateway for Containers and a Subnet.

data class LicationLoadBalancerSubnetAssociationArgs(val applicationLoadBalancerId: Output<String>? = null, val name: Output<String>? = null, val subnetId: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<LicationLoadBalancerSubnetAssociationArgs>

Manages an association between an Application Gateway for Containers and a Subnet.

Functions

Link copied to clipboard