Target Properties Args
data class TargetPropertiesArgs(val azureQueries: Output<List<AzureQueryPropertiesArgs>>? = null, val nonAzureQueries: Output<List<NonAzureQueryPropertiesArgs>>? = null) : ConvertibleToJava<TargetPropertiesArgs>
Group specific to the update configuration.
Constructors
Link copied to clipboard
constructor(azureQueries: Output<List<AzureQueryPropertiesArgs>>? = null, nonAzureQueries: Output<List<NonAzureQueryPropertiesArgs>>? = null)