AmazonAccountProperties interface
Amazon アカウントのプロパティ。
- Extends
プロパティ
| aws |
AWS アカウント ID。 |
| roleARN | ロール arn。 |
継承されたプロパティ
| collection | コレクションへの参照。 |
| data |
データ ソース コレクションの移動状態。 |
プロパティの詳細
awsAccountId
AWS アカウント ID。
awsAccountId?: string
プロパティ値
string
roleARN
ロール arn。
roleARN?: string
プロパティ値
string
継承されたプロパティの詳細
collection
dataSourceCollectionMovingState
データ ソース コレクションの移動状態。
dataSourceCollectionMovingState?: "Failed" | "Active" | "Moving"
プロパティ値
"Failed" | "Active" | "Moving"
DataSourceProperties.dataSourceCollectionMovingState から継承された