Get Network Insights Path Plain Args
data class GetNetworkInsightsPathPlainArgs(val filters: List<GetNetworkInsightsPathFilter>? = null, val networkInsightsPathId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetNetworkInsightsPathPlainArgs>
A collection of arguments for invoking getNetworkInsightsPath.
Properties
Link copied to clipboard
Configuration block(s) for filtering. Detailed below. The arguments of this data source act as filters for querying the available Network Insights Paths. The given filters must match exactly one Network Insights Path whose data will be exported as attributes.
Link copied to clipboard
ID of the Network Insights Path to select.