_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 )[] )[] ) ) |
accelerator
The description of the custom routing 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 ) |
Show child fields- accelerator.accelerator_arn
The Amazon Resource Name (ARN) of the custom routing 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 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.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.ip_address_type
The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.
- 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.
|