Class GatewayArgs
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 GatewayArgs : ResourceArgs
Constructors
View SourceGatewayArgs()
Declaration
public GatewayArgs()
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> |