Share via


AmazonAccountProperties interface

The properties of Amazon account.

Extends

Properties

awsAccountId

AWS account id.

roleARN

Role arn.

Inherited Properties

collection

The reference to collection.

dataSourceCollectionMovingState

Data source collection moving state.

Property Details

awsAccountId

AWS account id.

awsAccountId?: string

Property Value

string

roleARN

Role arn.

roleARN?: string

Property Value

string

Inherited Property Details

collection

The reference to collection.

collection?: CollectionReference

Property Value

Inherited From DataSourceProperties.collection

dataSourceCollectionMovingState

Data source collection moving state.

dataSourceCollectionMovingState?: "Failed" | "Active" | "Moving"

Property Value

"Failed" | "Active" | "Moving"

Inherited From DataSourceProperties.dataSourceCollectionMovingState