| Column Name | Column Data Type |
accelerator_arn Required Input Column
The Amazon Resource Name (ARN) of the accelerator to describe. | 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.
|
_aws_region Input Column
The AWS region to use. | VARCHAR |
accelerator
The description of the accelerator. | STRUCT( "accelerator_arn" VARCHAR, "name" VARCHAR, "ip_address_type" VARCHAR, "enabled" BOOLEAN, "ip_sets" STRUCT( "ip_family" VARCHAR, "ip_addresses" VARCHAR[], "ip_address_family" VARCHAR )[], "dns_name" VARCHAR, "status" VARCHAR, "created_time" TIMESTAMP_S, "last_modified_time" TIMESTAMP_S, "dual_stack_dns_name" VARCHAR, "events" STRUCT( "message" VARCHAR, "timestamp" TIMESTAMP_S )[] ) |
Show child fields- accelerator.accelerator_arn
The Amazon Resource Name (ARN) of the accelerator.
- accelerator.created_time
The date and time that the accelerator was created.
- accelerator.dns_name
The Domain Name System (DNS) name that Global Accelerator creates that points to an accelerator's static IPv4 addresses. The naming convention for the DNS name for an accelerator is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com. If you have a dual-stack accelerator, you also have a second DNS name, DualStackDnsName, that points to both the A record and the AAAA record for all four static addresses for the accelerator: two IPv4 addresses and two IPv6 addresses. For more information about the default DNS name, see Support for DNS addressing in Global Accelerator in the Global Accelerator Developer Guide.
- accelerator.dual_stack_dns_name
The Domain Name System (DNS) name that Global Accelerator creates that points to a dual-stack accelerator's four static IP addresses: two IPv4 addresses and two IPv6 addresses. The naming convention for the dual-stack DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .dualstack.awsglobalaccelerator.com. For example: a1234567890abcdef.dualstack.awsglobalaccelerator.com. Note: Global Accelerator also assigns a default DNS name, DnsName, to your accelerator that points just to the static IPv4 addresses. For more information, see Support for DNS addressing in Global Accelerator in the Global Accelerator Developer Guide.
- accelerator.enabled
Indicates whether the accelerator is enabled. The value is true or false. The default value is true. If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
- accelerator.events[]
Show child fields- accelerator.events[].message
A string that contains an Event message describing changes or errors when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.
- accelerator.events[].timestamp
A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.
- accelerator.ip_address_type
The IP address type that an accelerator supports. For a standard accelerator, the value can be IPV4 or DUAL_STACK.
- accelerator.ip_sets[]
Show child fields- accelerator.ip_sets[].ip_address_family
The types of IP addresses included in this IP set.
- accelerator.ip_sets[].ip_addresses[]
- accelerator.ip_sets[].ip_family
IpFamily is deprecated and has been replaced by IpAddressFamily.
- accelerator.last_modified_time
The date and time that the accelerator was last modified.
- accelerator.name
The name of the accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
- accelerator.status
Describes the deployment status of the accelerator.
|