Class AcceleratorState
Inherited Members
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 SourceAcceleratorState()
Declaration
public AcceleratorState()
Properties
View SourceAttributes
The attributes of the accelerator. Fields documented below.
Declaration
public Input<AcceleratorAttributesGetArgs> Attributes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AcceleratorAttributesGetArgs> |
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 IDZ2BJ6XQ5FK7U4H.
Declaration
public Input<string> DnsName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
HostedZoneId
Declaration
public Input<string> HostedZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpAddressType
The value for the address type must be IPV4.
Declaration
public Input<string> IpAddressType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpSets
IP address set associated with the accelerator.
Declaration
public InputList<AcceleratorIpSetGetArgs> IpSets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AcceleratorIpSetGetArgs> |
Name
The name of the accelerator.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |