Get Network Insights Analysis Plain Args
data class GetNetworkInsightsAnalysisPlainArgs(val filters: List<GetNetworkInsightsAnalysisFilter>? = null, val networkInsightsAnalysisId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetNetworkInsightsAnalysisPlainArgs>
A collection of arguments for invoking getNetworkInsightsAnalysis.
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 Analyzes. The given filters must match exactly one Network Insights Analysis whose data will be exported as attributes.
Link copied to clipboard
ID of the Network Insights Analysis to select.