Class GatewayAssociationState
Inherited Members
Namespace: Pulumi.Aws.DirectConnect
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GatewayAssociationState : ResourceArgs
Constructors
View SourceGatewayAssociationState()
Declaration
public GatewayAssociationState()
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. Used for single account Direct Connect gateway associations.
Declaration
public Input<string> AssociatedGatewayId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AssociatedGatewayOwnerAccountId
The ID of the AWS account that owns the VGW or transit gateway with which to associate the Direct Connect gateway. Used for cross-account Direct Connect gateway associations.
Declaration
public Input<string> AssociatedGatewayOwnerAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AssociatedGatewayType
The type of the associated gateway, transitGateway or virtualPrivateGateway.
Declaration
public Input<string> AssociatedGatewayType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DxGatewayAssociationId
The ID of the Direct Connect gateway association.
Declaration
public Input<string> DxGatewayAssociationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DxGatewayId
The ID of the Direct Connect gateway.
Declaration
public Input<string> DxGatewayId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DxGatewayOwnerAccountId
The ID of the AWS account that owns the Direct Connect gateway.
Declaration
public Input<string> DxGatewayOwnerAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProposalId
The ID of the Direct Connect gateway association proposal. Used for cross-account Direct Connect gateway associations.
Declaration
public Input<string> ProposalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpnGatewayId
Deprecated: Use associated_gateway_id instead. The ID of the VGW with which to associate the gateway.
Used for single account Direct Connect gateway associations.
Declaration
public Input<string> VpnGatewayId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |