Share via


AmazonPostgreSqlCredentialScanProperties interface

Amazon Postgre SQL credential scan properties.

Extends

Properties

credential

The credential reference.

databaseName

The database name.

port

The port of Amazon Postgre SQL server.

serverEndpoint

The endpoint of Amazon Postgre SQL server.

vpcEndpointServiceName

The vpc endpoint service name of Amazon Postgre SQL server.

Inherited Properties

businessRuleSetName

The name of the business rule set.

collection

The collection reference of the scan.

connectedVia

The integration runtime reference of the scan.

domain

The domain of the scan.

isLiveViewEnabled

The flag to indicate whether the live view is enabled or not.

isPresetScan

The flag to indicate whether the scan is a preset scan or not.

logLevel

The log level of the scan.

parallelScanCount

The number of parallel scans.

scanRulesetName

The name of the scan ruleset.

scanRulesetType

The type of the scan ruleset.

workers

The number of workers of the scan.

Property Details

credential

The credential reference.

credential?: CredentialReference

Property Value

databaseName

The database name.

databaseName?: string

Property Value

string

port

The port of Amazon Postgre SQL server.

port?: number

Property Value

number

serverEndpoint

The endpoint of Amazon Postgre SQL server.

serverEndpoint?: string

Property Value

string

vpcEndpointServiceName

The vpc endpoint service name of Amazon Postgre SQL server.

vpcEndpointServiceName?: string

Property Value

string

Inherited Property Details

businessRuleSetName

The name of the business rule set.

businessRuleSetName?: string

Property Value

string

Inherited From ScanProperties.businessRuleSetName

collection

The collection reference of the scan.

collection?: CollectionReference

Property Value

Inherited From ScanProperties.collection

connectedVia

The integration runtime reference of the scan.

connectedVia?: ConnectedVia

Property Value

Inherited From ScanProperties.connectedVia

domain

The domain of the scan.

domain?: string

Property Value

string

Inherited From ScanProperties.domain

isLiveViewEnabled

The flag to indicate whether the live view is enabled or not.

isLiveViewEnabled?: boolean

Property Value

boolean

Inherited From ScanProperties.isLiveViewEnabled

isPresetScan

The flag to indicate whether the scan is a preset scan or not.

isPresetScan?: boolean

Property Value

boolean

Inherited From ScanProperties.isPresetScan

logLevel

The log level of the scan.

logLevel?: string

Property Value

string

Inherited From ScanProperties.logLevel

parallelScanCount

The number of parallel scans.

parallelScanCount?: number

Property Value

number

Inherited From ScanProperties.parallelScanCount

scanRulesetName

The name of the scan ruleset.

scanRulesetName?: string

Property Value

string

Inherited From ScanProperties.scanRulesetName

scanRulesetType

The type of the scan ruleset.

scanRulesetType?: "System" | "Custom"

Property Value

"System" | "Custom"

Inherited From ScanProperties.scanRulesetType

workers

The number of workers of the scan.

workers?: number

Property Value

number

Inherited From ScanProperties.workers