| Column Name | Column Data Type |
account_id Required Input Column
The account ID of the user. It's a 12-digit number. | VARCHAR |
_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 )[] )[] ) ) |
Show child fields- _aws_profile.account_id
The AWS account id
- _aws_profile.assumed_role_arn
The ARN of the assumed role
- _aws_profile.name
The unique name of the profile.
- _aws_profile.organization
Information about this profile's membership in the AWS organization. Show child fields- _aws_profile.organization.account_name
The name of account speciifed by the organization
- _aws_profile.organization.id
The organization id
- _aws_profile.organization.master_account
Show child fields- _aws_profile.organization.master_account.email
The organization master account email address
- _aws_profile.organization.master_account.id
The organization master account id
- _aws_profile.organization.parents[]
Show child fields- _aws_profile.organization.parents[].id
The id of the parent
- _aws_profile.organization.parents[].name
The name of the parent
- _aws_profile.organization.parents[].tags[]
Show child fields- _aws_profile.organization.parents[].tags[].key
- _aws_profile.organization.parents[].tags[].value
- _aws_profile.organization.parents[].type
The type of parent can be an organization unit or a root
- _aws_profile.organization.tags[]
Show child fields- _aws_profile.organization.tags[].key
- _aws_profile.organization.tags[].value
- _aws_profile.type
The type of profile, either 'credentials' or 'assumed_role'
- _aws_profile.via_profile_name
This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.
|
action_id
A system-generated universally unique identifier (UUID) for the action. | VARCHAR |
action_threshold
The trigger threshold of the action. | STRUCT( "action_threshold_value" DOUBLE, "action_threshold_type" VARCHAR ) |
Show child fields- action_threshold.action_threshold_type
The type of threshold for a notification.
- action_threshold.action_threshold_value
The threshold of a notification.
|
action_type
The type of action. This defines the type of tasks that can be carried out by this action. This field also determines the format for definition. | VARCHAR |
approval_model
This specifies if the action needs manual or automatic approval. | VARCHAR |
budget_name
A string that represents the budget name. The ":" and "\" characters, and the "/action/" substring, aren't allowed. | VARCHAR |
definition
Where you specify all of the type-specific parameters. | STRUCT( "iam_action_definition" STRUCT( "policy_arn" VARCHAR, "roles" VARCHAR[], "groups" VARCHAR[], "users" VARCHAR[] ), "scp_action_definition" STRUCT( "policy_id" VARCHAR, "target_ids" VARCHAR[] ), "ssm_action_definition" STRUCT( "action_sub_type" VARCHAR, "region" VARCHAR, "instance_ids" VARCHAR[] ) ) |
Show child fields- definition.iam_action_definition
The Identity and Access Management (IAM) action definition details. Show child fields- definition.iam_action_definition.groups[]
- definition.iam_action_definition.policy_arn
The Amazon Resource Name (ARN) of the policy to be attached.
- definition.iam_action_definition.roles[]
- definition.iam_action_definition.users[]
- definition.scp_action_definition
The service control policies (SCPs) action definition details. Show child fields- definition.scp_action_definition.policy_id
The policy ID attached.
- definition.scp_action_definition.target_ids[]
- definition.ssm_action_definition
The Amazon Web Services Systems Manager (SSM) action definition details. Show child fields- definition.ssm_action_definition.action_sub_type
The action subType.
- definition.ssm_action_definition.instance_ids[]
- definition.ssm_action_definition.region
The Region to run the SSM document.
|
execution_role_arn
The role passed for action execution and reversion. Roles and actions must be in the same account. | VARCHAR |
notification_type
The type of a notification. It must be ACTUAL or FORECASTED. | VARCHAR |
status
The status of the action. | VARCHAR |
subscribers
A list of subscribers. | STRUCT( "subscription_type" VARCHAR, "address" VARCHAR )[] |
Show child fields- subscribers[]
Show child fields- subscribers[].address
The address that Amazon Web Services sends budget notifications to, either an SNS topic or an email. When you create a subscriber, the value of Address can't contain line breaks.
- subscribers[].subscription_type
The type of notification that Amazon Web Services sends to a subscriber.
|