View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AwsDiscoveryStartingLocation (google_api_dlp v0.52.1)

The AWS starting location for discovery.

Attributes

  • accountId (type: String.t, default: nil) - 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}
  • allAssetInventoryAssets (type: boolean(), default: nil) - All AWS assets stored in Asset Inventory that didn't match other AWS discovery configs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AwsDiscoveryStartingLocation{
  accountId: String.t() | nil,
  allAssetInventoryAssets: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.