Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::OtherCloudDiscoveryStartingLocation::AwsDiscoveryStartingLocation.
The AWS starting location for discovery.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#account_id
def account_id() -> ::String
-
(::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}/{account_id}
Note: The following fields are mutually exclusive:
account_id
,all_asset_inventory_assets
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#account_id=
def account_id=(value) -> ::String
-
value (::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}/{account_id}
Note: The following fields are mutually exclusive:
account_id
,all_asset_inventory_assets
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::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}/{account_id}
Note: The following fields are mutually exclusive:
account_id
,all_asset_inventory_assets
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#all_asset_inventory_assets
def all_asset_inventory_assets() -> ::Boolean
-
(::Boolean) — All AWS assets stored in Asset Inventory that didn't match other AWS
discovery configs.
Note: The following fields are mutually exclusive:
all_asset_inventory_assets
,account_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#all_asset_inventory_assets=
def all_asset_inventory_assets=(value) -> ::Boolean
-
value (::Boolean) — All AWS assets stored in Asset Inventory that didn't match other AWS
discovery configs.
Note: The following fields are mutually exclusive:
all_asset_inventory_assets
,account_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Boolean) — All AWS assets stored in Asset Inventory that didn't match other AWS
discovery configs.
Note: The following fields are mutually exclusive:
all_asset_inventory_assets
,account_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.