| 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.TransitGatewayAttachmentPropagation
Description
Synopsis
- data TransitGatewayAttachmentPropagation = TransitGatewayAttachmentPropagation' {}
- newTransitGatewayAttachmentPropagation :: TransitGatewayAttachmentPropagation
- transitGatewayAttachmentPropagation_state :: Lens' TransitGatewayAttachmentPropagation (Maybe TransitGatewayPropagationState)
- transitGatewayAttachmentPropagation_transitGatewayRouteTableId :: Lens' TransitGatewayAttachmentPropagation (Maybe Text)
Documentation
data TransitGatewayAttachmentPropagation Source #
Describes a propagation route table.
See: newTransitGatewayAttachmentPropagation smart constructor.
Constructors
| TransitGatewayAttachmentPropagation' | |
Fields
| |
Instances
newTransitGatewayAttachmentPropagation :: TransitGatewayAttachmentPropagation Source #
Create a value of TransitGatewayAttachmentPropagation 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:state:TransitGatewayAttachmentPropagation', transitGatewayAttachmentPropagation_state - The state of the propagation route table.
$sel:transitGatewayRouteTableId:TransitGatewayAttachmentPropagation', transitGatewayAttachmentPropagation_transitGatewayRouteTableId - The ID of the propagation route table.
transitGatewayAttachmentPropagation_state :: Lens' TransitGatewayAttachmentPropagation (Maybe TransitGatewayPropagationState) Source #
The state of the propagation route table.
transitGatewayAttachmentPropagation_transitGatewayRouteTableId :: Lens' TransitGatewayAttachmentPropagation (Maybe Text) Source #
The ID of the propagation route table.