Interface IAccelerator
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,IResource
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAccelerator.Jsii$Default
- All Known Implementing Classes:
Accelerator
,IAccelerator.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-11T15:55:59.607Z")
@Stability(Stable)
public interface IAccelerator
extends software.amazon.jsii.JsiiSerializable, IResource
The interface of the Accelerator.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAccelerator
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the accelerator.The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.default String
The 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 array of IPv4 addresses in the IP address set.The array of IPv6 addresses in the IP address set.Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAcceleratorArn
The ARN of the accelerator. -
getDnsName
The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses. -
getDualStackDnsName
The 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. -
getIpv4Addresses
The array of IPv4 addresses in the IP address set.An IP address set can have a maximum of two IP addresses.
-
getIpv6Addresses
The array of IPv6 addresses in the IP address set.An IP address set can have a maximum of two IP addresses.
-