| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.LocalGatewayRouteTableVirtualInterfaceGroupAssociation
Description
Synopsis
- data LocalGatewayRouteTableVirtualInterfaceGroupAssociation = LocalGatewayRouteTableVirtualInterfaceGroupAssociation' {}
- newLocalGatewayRouteTableVirtualInterfaceGroupAssociation :: LocalGatewayRouteTableVirtualInterfaceGroupAssociation
- localGatewayRouteTableVirtualInterfaceGroupAssociation_localGatewayId :: Lens' LocalGatewayRouteTableVirtualInterfaceGroupAssociation (Maybe Text)
- localGatewayRouteTableVirtualInterfaceGroupAssociation_localGatewayRouteTableArn :: Lens' LocalGatewayRouteTableVirtualInterfaceGroupAssociation (Maybe Text)
- localGatewayRouteTableVirtualInterfaceGroupAssociation_localGatewayRouteTableId :: Lens' LocalGatewayRouteTableVirtualInterfaceGroupAssociation (Maybe Text)
- localGatewayRouteTableVirtualInterfaceGroupAssociation_localGatewayRouteTableVirtualInterfaceGroupAssociationId :: Lens' LocalGatewayRouteTableVirtualInterfaceGroupAssociation (Maybe Text)
- localGatewayRouteTableVirtualInterfaceGroupAssociation_localGatewayVirtualInterfaceGroupId :: Lens' LocalGatewayRouteTableVirtualInterfaceGroupAssociation (Maybe Text)
- localGatewayRouteTableVirtualInterfaceGroupAssociation_ownerId :: Lens' LocalGatewayRouteTableVirtualInterfaceGroupAssociation (Maybe Text)
- localGatewayRouteTableVirtualInterfaceGroupAssociation_state :: Lens' LocalGatewayRouteTableVirtualInterfaceGroupAssociation (Maybe Text)
- localGatewayRouteTableVirtualInterfaceGroupAssociation_tags :: Lens' LocalGatewayRouteTableVirtualInterfaceGroupAssociation (Maybe [Tag])
Documentation
data LocalGatewayRouteTableVirtualInterfaceGroupAssociation Source #
Describes an association between a local gateway route table and a virtual interface group.
See: newLocalGatewayRouteTableVirtualInterfaceGroupAssociation smart constructor.
Constructors
| LocalGatewayRouteTableVirtualInterfaceGroupAssociation' | |
Fields
| |
Instances
newLocalGatewayRouteTableVirtualInterfaceGroupAssociation :: LocalGatewayRouteTableVirtualInterfaceGroupAssociation Source #
Create a value of LocalGatewayRouteTableVirtualInterfaceGroupAssociation with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:localGatewayId:LocalGatewayRouteTableVirtualInterfaceGroupAssociation', localGatewayRouteTableVirtualInterfaceGroupAssociation_localGatewayId - The ID of the local gateway.
$sel:localGatewayRouteTableArn:LocalGatewayRouteTableVirtualInterfaceGroupAssociation', localGatewayRouteTableVirtualInterfaceGroupAssociation_localGatewayRouteTableArn - The Amazon Resource Name (ARN) of the local gateway route table for the
virtual interface group.
$sel:localGatewayRouteTableId:LocalGatewayRouteTableVirtualInterfaceGroupAssociation', localGatewayRouteTableVirtualInterfaceGroupAssociation_localGatewayRouteTableId - The ID of the local gateway route table.
$sel:localGatewayRouteTableVirtualInterfaceGroupAssociationId:LocalGatewayRouteTableVirtualInterfaceGroupAssociation', localGatewayRouteTableVirtualInterfaceGroupAssociation_localGatewayRouteTableVirtualInterfaceGroupAssociationId - The ID of the association.
$sel:localGatewayVirtualInterfaceGroupId:LocalGatewayRouteTableVirtualInterfaceGroupAssociation', localGatewayRouteTableVirtualInterfaceGroupAssociation_localGatewayVirtualInterfaceGroupId - The ID of the virtual interface group.
$sel:ownerId:LocalGatewayRouteTableVirtualInterfaceGroupAssociation', localGatewayRouteTableVirtualInterfaceGroupAssociation_ownerId - The ID of the Amazon Web Services account that owns the local gateway
virtual interface group association.
$sel:state:LocalGatewayRouteTableVirtualInterfaceGroupAssociation', localGatewayRouteTableVirtualInterfaceGroupAssociation_state - The state of the association.
$sel:tags:LocalGatewayRouteTableVirtualInterfaceGroupAssociation', localGatewayRouteTableVirtualInterfaceGroupAssociation_tags - The tags assigned to the association.
localGatewayRouteTableVirtualInterfaceGroupAssociation_localGatewayId :: Lens' LocalGatewayRouteTableVirtualInterfaceGroupAssociation (Maybe Text) Source #
The ID of the local gateway.
localGatewayRouteTableVirtualInterfaceGroupAssociation_localGatewayRouteTableArn :: Lens' LocalGatewayRouteTableVirtualInterfaceGroupAssociation (Maybe Text) Source #
The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.
localGatewayRouteTableVirtualInterfaceGroupAssociation_localGatewayRouteTableId :: Lens' LocalGatewayRouteTableVirtualInterfaceGroupAssociation (Maybe Text) Source #
The ID of the local gateway route table.
localGatewayRouteTableVirtualInterfaceGroupAssociation_localGatewayRouteTableVirtualInterfaceGroupAssociationId :: Lens' LocalGatewayRouteTableVirtualInterfaceGroupAssociation (Maybe Text) Source #
The ID of the association.
localGatewayRouteTableVirtualInterfaceGroupAssociation_localGatewayVirtualInterfaceGroupId :: Lens' LocalGatewayRouteTableVirtualInterfaceGroupAssociation (Maybe Text) Source #
The ID of the virtual interface group.
localGatewayRouteTableVirtualInterfaceGroupAssociation_ownerId :: Lens' LocalGatewayRouteTableVirtualInterfaceGroupAssociation (Maybe Text) Source #
The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.
localGatewayRouteTableVirtualInterfaceGroupAssociation_state :: Lens' LocalGatewayRouteTableVirtualInterfaceGroupAssociation (Maybe Text) Source #
The state of the association.
localGatewayRouteTableVirtualInterfaceGroupAssociation_tags :: Lens' LocalGatewayRouteTableVirtualInterfaceGroupAssociation (Maybe [Tag]) Source #
The tags assigned to the association.