OtherCloudDiscoveryStartingLocation

The other cloud starting location for discovery.

JSON representation
{

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "awsLocation": {
    object (AwsDiscoveryStartingLocation)
  }
  // End of mutually exclusive fields.
}
Fields
The other cloud starting location for discovery. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
awsLocation

object (AwsDiscoveryStartingLocation)

The AWS starting location for discovery.

End of mutually exclusive fields.

AwsDiscoveryStartingLocation

The AWS starting location for discovery.

JSON representation
{

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "accountId": string,
  "allAssetInventoryAssets": boolean
  // End of mutually exclusive fields.
}
Fields
The scope of this starting location. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
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.

End of mutually exclusive fields.