Show / Hide Table of Contents

Class AcceleratorState

Inheritance
System.Object
InputArgs
ResourceArgs
AcceleratorState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.GlobalAccelerator
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AcceleratorState : ResourceArgs

Constructors

View Source

AcceleratorState()

Declaration
public AcceleratorState()

Properties

View Source

Attributes

The attributes of the accelerator. Fields documented below.

Declaration
public Input<AcceleratorAttributesGetArgs> Attributes { get; set; }
Property Value
Type Description
Input<AcceleratorAttributesGetArgs>
View Source

DnsName

The DNS name of the accelerator. For example, a5d53ff5ee6bca4ce.awsglobalaccelerator.com.

  • hosted_zone_id -- The Global Accelerator Route 53 zone ID that can be used to route an Alias Resource Record Set to the Global Accelerator. This attribute is simply an alias for the zone ID Z2BJ6XQ5FK7U4H.
Declaration
public Input<string> DnsName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Enabled

Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

HostedZoneId

Declaration
public Input<string> HostedZoneId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IpAddressType

The value for the address type must be IPV4.

Declaration
public Input<string> IpAddressType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IpSets

IP address set associated with the accelerator.

Declaration
public InputList<AcceleratorIpSetGetArgs> IpSets { get; set; }
Property Value
Type Description
InputList<AcceleratorIpSetGetArgs>
View Source

Name

The name of the accelerator.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.