Interface OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocationOrBuilder (3.56.0)

public static interface OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccountId()

public abstract String getAccountId()

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}/{account_id}

string account_id = 2;

Returns
Type Description
String

The accountId.

getAccountIdBytes()

public abstract ByteString getAccountIdBytes()

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}/{account_id}

string account_id = 2;

Returns
Type Description
ByteString

The bytes for accountId.

getAllAssetInventoryAssets()

public abstract boolean getAllAssetInventoryAssets()

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

bool all_asset_inventory_assets = 3;

Returns
Type Description
boolean

The allAssetInventoryAssets.

getScopeCase()

public abstract OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.ScopeCase getScopeCase()
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.ScopeCase

hasAccountId()

public abstract boolean hasAccountId()

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}/{account_id}

string account_id = 2;

Returns
Type Description
boolean

Whether the accountId field is set.

hasAllAssetInventoryAssets()

public abstract boolean hasAllAssetInventoryAssets()

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

bool all_asset_inventory_assets = 3;

Returns
Type Description
boolean

Whether the allAssetInventoryAssets field is set.