Class GatewayAssociationProposalArgs
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 GatewayAssociationProposalArgs : ResourceArgs
Constructors
View SourceGatewayAssociationProposalArgs()
Declaration
public GatewayAssociationProposalArgs()
Properties
View SourceAllowedPrefixes
VPC prefixes (CIDRs) to advertise to the Direct Connect gateway. Defaults to the CIDR block of the VPC associated with the Virtual Gateway. To enable drift detection, must be configured.
Declaration
public InputList<string> AllowedPrefixes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
AssociatedGatewayId
The ID of the VGW or transit gateway with which to associate the Direct Connect gateway.
Declaration
public Input<string> AssociatedGatewayId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DxGatewayId
Direct Connect Gateway identifier.
Declaration
public Input<string> DxGatewayId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DxGatewayOwnerAccountId
AWS Account identifier of the Direct Connect Gateway's owner.
Declaration
public Input<string> DxGatewayOwnerAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpnGatewayId
Deprecated: Use associated_gateway_id instead. Virtual Gateway identifier to associate with the Direct Connect Gateway.
Declaration
public Input<string> VpnGatewayId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |