_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 )[] )[] ) ) |
firewall_rule_group
A collection of rules used to filter DNS network traffic. | STRUCT( "id" VARCHAR, "arn" VARCHAR, "name" VARCHAR, "rule_count" BIGINT, "status" VARCHAR, "status_message" VARCHAR, "owner_id" VARCHAR, "creator_request_id" VARCHAR, "share_status" VARCHAR, "creation_time" VARCHAR, "modification_time" VARCHAR ) |
Show child fields- firewall_rule_group.arn
The ARN (Amazon Resource Name) of the rule group.
- firewall_rule_group.creation_time
The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC).
- firewall_rule_group.creator_request_id
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
- firewall_rule_group.id
The ID of the rule group.
- firewall_rule_group.modification_time
The date and time that the rule group was last modified, in Unix time format and Coordinated Universal Time (UTC).
- firewall_rule_group.name
The name of the rule group.
- firewall_rule_group.owner_id
The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.
- firewall_rule_group.rule_count
The number of rules in the rule group.
- firewall_rule_group.share_status
Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).
- firewall_rule_group.status
The status of the domain list.
- firewall_rule_group.status_message
Additional information about the status of the rule group, if available.
|