_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
view
A structure that contains the details for the requested view. | STRUCT( "filters" STRUCT( "filter_string" VARCHAR ), "included_properties" STRUCT( "name" VARCHAR )[], "last_updated_at" TIMESTAMP_S, "owner" VARCHAR, "scope" VARCHAR, "view_arn" VARCHAR ) |
Show child fields- view.filters
An array of SearchFilter objects that specify which resources can be included in the results of queries made using this view. Show child fields- view.filters.filter_string
The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a Search operation. For more details, see Search query syntax.
- view.included_properties[]
Show child fields- view.included_properties[].name
The name of the property that is included in this view. You can specify the following property names for this field:
- view.last_updated_at
The date and time when this view was last modified.
- view.owner
The Amazon Web Services account that owns this view.
- view.scope
An Amazon resource name (ARN) of an Amazon Web Services account, an organization, or an organizational unit (OU) that specifies whether this view includes resources from only the specified Amazon Web Services account, all accounts in the specified organization, or all accounts in the specified OU. If not specified, the value defaults to the Amazon Web Services account used to call this operation.
- view.view_arn
The Amazon resource name (ARN) of the view.
|