ExportQuery interface
Export parameter for resources queried by ARG (Azure Resource Graph)
- Extends
Properties
name |
The name pattern of the Terraform resources |
query | The ARG where predicate. Note that you can combine multiple conditions in one |
recursive | Whether to recursively list child resources of the query result |
type | The parameter type |
Inherited Properties
full |
Whether to output all non-computed properties in the generated Terraform configuration? This probably needs manual modifications to make it valid |
mask |
Mask sensitive attributes in the Terraform configuration |
target |
The target Azure Terraform Provider |
Property Details
namePattern
The name pattern of the Terraform resources
namePattern?: string
Property Value
string
query
The ARG where predicate. Note that you can combine multiple conditions in one where
predicate, e.g. resourceGroup =~ "my-rg" and type =~ "microsoft.network/virtualnetworks"
query: string
Property Value
string
recursive
Whether to recursively list child resources of the query result
recursive?: boolean
Property Value
boolean
type
The parameter type
type: "ExportQuery"
Property Value
"ExportQuery"
Inherited Property Details
fullProperties
Whether to output all non-computed properties in the generated Terraform configuration? This probably needs manual modifications to make it valid
fullProperties?: boolean
Property Value
boolean
Inherited From BaseExportModel.fullProperties
maskSensitive
Mask sensitive attributes in the Terraform configuration
maskSensitive?: boolean
Property Value
boolean
Inherited From BaseExportModel.maskSensitive
targetProvider
The target Azure Terraform Provider
targetProvider?: string
Property Value
string
Inherited From BaseExportModel.targetProvider
Azure SDK for JavaScript