Show / Hide Table of Contents

Interface IAccelerator

The interface of the Accelerator.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.GlobalAccelerator
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAccelerator : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IAccelerator Inherits IResource, IConstruct, IDependable

Synopsis

Properties

AcceleratorArn

The ARN of the accelerator.

DnsName

The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

DualStackDnsName

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.

Ipv4Addresses

The array of IPv4 addresses in the IP address set.

Ipv6Addresses

The array of IPv6 addresses in the IP address set.

Properties

AcceleratorArn

The ARN of the accelerator.

string AcceleratorArn { get; }
Property Value

string

Remarks

Attribute: true

DnsName

The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

string DnsName { get; }
Property Value

string

Remarks

Attribute: true

DualStackDnsName

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.

string? DualStackDnsName { get; }
Property Value

string

Remarks

Attribute: true

Ipv4Addresses

The array of IPv4 addresses in the IP address set.

string[]? Ipv4Addresses { get; }
Property Value

string[]

Remarks

An IP address set can have a maximum of two IP addresses.

Attribute: true

Ipv6Addresses

The array of IPv6 addresses in the IP address set.

string[]? Ipv6Addresses { get; }
Property Value

string[]

Remarks

An IP address set can have a maximum of two IP addresses.

Attribute: true

Back to top Generated by DocFX