OtherCloudDiscoveryStartingLocation

The other cloud starting location for discovery.

JSON representation
{

  // Union field location can be only one of the following:
  "awsLocation": {
    object (AwsDiscoveryStartingLocation)
  }
  // End of list of possible types for union field location.
}
Fields
Union field location. The other cloud starting location for discovery. location can be only one of the following:
awsLocation

object (AwsDiscoveryStartingLocation)

The AWS starting location for discovery.

AwsDiscoveryStartingLocation

The AWS starting location for discovery.

JSON representation
{

  // Union field scope can be only one of the following:
  "accountId": string,
  "allAssetInventoryAssets": boolean
  // End of list of possible types for union field scope.
}
Fields
Union field scope. The scope of this starting location. scope can be only one of the following:
accountId

string

The AWS account ID that this discovery config applies to. Within an AWS organization, you can find the AWS account ID inside an AWS account ARN. Example: arn:{partition}:organizations::{management_account_id}:account/{org_id}/{accountId}

allAssetInventoryAssets

boolean

All AWS assets stored in Asset Inventory that didn't match other AWS discovery configs.