Class GatewayState
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.DirectConnect
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GatewayState : ResourceArgs
Constructors
View SourceGatewayState()
Declaration
public GatewayState()
Properties
View SourceAmazonSideAsn
The ASN to be configured on the Amazon side of the connection. The ASN must be in the private range of 64,512 to 65,534 or 4,200,000,000 to 4,294,967,294.
Declaration
public Input<string> AmazonSideAsn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the connection.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OwnerAccountId
AWS Account ID of the gateway.
Declaration
public Input<string> OwnerAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |