Show / Hide Table of Contents

Class GatewayArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GatewayArgs
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.DirectConnect
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GatewayArgs : ResourceArgs

Constructors

View Source

GatewayArgs()

Declaration
public GatewayArgs()

Properties

View Source

AmazonSideAsn

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>
View Source

Name

The name of the connection.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.