Container Apps Configuration Args
    data class ContainerAppsConfigurationArgs(val appSubnetResourceId: Output<String>? = null, val controlPlaneSubnetResourceId: Output<String>? = null, val daprAIInstrumentationKey: Output<String>? = null, val dockerBridgeCidr: Output<String>? = null, val platformReservedCidr: Output<String>? = null, val platformReservedDnsIP: Output<String>? = null) : ConvertibleToJava<ContainerAppsConfigurationArgs> 
Constructors
Link copied to clipboard
                fun ContainerAppsConfigurationArgs(appSubnetResourceId: Output<String>? = null, controlPlaneSubnetResourceId: Output<String>? = null, daprAIInstrumentationKey: Output<String>? = null, dockerBridgeCidr: Output<String>? = null, platformReservedCidr: Output<String>? = null, platformReservedDnsIP: Output<String>? = null)