/AWS1/CL_IN2AZUREPVDRDETCREATE¶
The Azure-specific configuration details for creating a connector, including the Amazon Web Services Config connector association, scan scope, and regions to scan.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_awsconfigconnectorarn TYPE /AWS1/IN2AWSCONFIGCONNECTORARN /AWS1/IN2AWSCONFIGCONNECTORARN¶
The ARN of the Amazon Web Services Config connector to associate with this connector.
io_scopeconfiguration TYPE REF TO /AWS1/CL_IN2AZURESCOPECONFINP /AWS1/CL_IN2AZURESCOPECONFINP¶
The scope configuration that defines which Azure resources to scan.
it_azureregions TYPE /AWS1/CL_IN2AZUREREGIONLIST_W=>TT_AZUREREGIONLIST TT_AZUREREGIONLIST¶
The Azure regions to scan.
Optional arguments:¶
iv_autoinstallvmscanner TYPE /AWS1/IN2BOOLEAN /AWS1/IN2BOOLEAN¶
Specifies whether to automatically install the VM scanner on connected Azure resources. Defaults to
true.
Queryable Attributes¶
awsConfigConnectorArn¶
The ARN of the Amazon Web Services Config connector to associate with this connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSCONFIGCONNECTORARN() |
Getter for AWSCONFIGCONNECTORARN, with configurable default |
ASK_AWSCONFIGCONNECTORARN() |
Getter for AWSCONFIGCONNECTORARN w/ exceptions if field has |
HAS_AWSCONFIGCONNECTORARN() |
Determine if AWSCONFIGCONNECTORARN has a value |
scopeConfiguration¶
The scope configuration that defines which Azure resources to scan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCOPECONFIGURATION() |
Getter for SCOPECONFIGURATION |
azureRegions¶
The Azure regions to scan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AZUREREGIONS() |
Getter for AZUREREGIONS, with configurable default |
ASK_AZUREREGIONS() |
Getter for AZUREREGIONS w/ exceptions if field has no value |
HAS_AZUREREGIONS() |
Determine if AZUREREGIONS has a value |
autoInstallVMScanner¶
Specifies whether to automatically install the VM scanner on connected Azure resources. Defaults to
true.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTOINSTALLVMSCANNER() |
Getter for AUTOINSTALLVMSCANNER, with configurable default |
ASK_AUTOINSTALLVMSCANNER() |
Getter for AUTOINSTALLVMSCANNER w/ exceptions if field has n |
HAS_AUTOINSTALLVMSCANNER() |
Determine if AUTOINSTALLVMSCANNER has a value |