Show / Hide Table of Contents

Class GatewayState

Inheritance
System.Object
InputArgs
ResourceArgs
GatewayState
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 GatewayState : ResourceArgs

Constructors

View Source

GatewayState()

Declaration
public GatewayState()

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

OwnerAccountId

AWS Account ID of the gateway.

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