Class ConnectionAssociationArgs
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 ConnectionAssociationArgs : ResourceArgs
Constructors
View SourceConnectionAssociationArgs()
Declaration
public ConnectionAssociationArgs()
Properties
View SourceConnectionId
The ID of the connection.
Declaration
public Input<string> ConnectionId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LagId
The ID of the LAG with which to associate the connection.
Declaration
public Input<string> LagId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |