Create a custom routing accelerator. A custom routing accelerator directs traffic to one of possibly thousands of Amazon EC2 instance destinations running in a single or multiple virtual private clouds (VPC) subnet endpoints.
Be aware that, by default, all destination EC2 instances in a VPC subnet endpoint cannot receive traffic. To enable all destinations to receive traffic, or to specify individual port mappings that can receive traffic, see the AllowCustomRoutingTraffic operation.
globalaccelerator_create_custom_routing_accelerator(Name, IpAddressType,
Enabled, IdempotencyToken, Tags)
[required] The name of a custom routing accelerator. The name can have a maximum of 64 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
The value for the address type must be IPv4.
Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
[required] A unique, case-sensitive identifier that you provide to ensure the idempotency<U+2014>that is, the uniqueness<U+2014>of the request.
Create tags for an accelerator.
For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.
A list with the following syntax:
list( Accelerator = list( AcceleratorArn = "string", Name = "string", IpAddressType = "IPV4", Enabled = TRUE|FALSE, IpSets = list( list( IpFamily = "string", IpAddresses = list( "string" ) ) ), DnsName = "string", Status = "DEPLOYED"|"IN_PROGRESS", CreatedTime = as.POSIXct( "2015-01-01" ), LastModifiedTime = as.POSIXct( "2015-01-01" ) ) )
svc$create_custom_routing_accelerator( Name = "string", IpAddressType = "IPV4", Enabled = TRUE|FALSE, IdempotencyToken = "string", Tags = list( list( Key = "string", Value = "string" ) ) )