| 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.TransitGatewayPropagation
Description
Synopsis
- data TransitGatewayPropagation = TransitGatewayPropagation' {}
- newTransitGatewayPropagation :: TransitGatewayPropagation
- transitGatewayPropagation_resourceId :: Lens' TransitGatewayPropagation (Maybe Text)
- transitGatewayPropagation_resourceType :: Lens' TransitGatewayPropagation (Maybe TransitGatewayAttachmentResourceType)
- transitGatewayPropagation_state :: Lens' TransitGatewayPropagation (Maybe TransitGatewayPropagationState)
- transitGatewayPropagation_transitGatewayAttachmentId :: Lens' TransitGatewayPropagation (Maybe Text)
- transitGatewayPropagation_transitGatewayRouteTableAnnouncementId :: Lens' TransitGatewayPropagation (Maybe Text)
- transitGatewayPropagation_transitGatewayRouteTableId :: Lens' TransitGatewayPropagation (Maybe Text)
Documentation
data TransitGatewayPropagation Source #
Describes route propagation.
See: newTransitGatewayPropagation smart constructor.
Constructors
| TransitGatewayPropagation' | |
Fields
| |
Instances
newTransitGatewayPropagation :: TransitGatewayPropagation Source #
Create a value of TransitGatewayPropagation 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:resourceId:TransitGatewayPropagation', transitGatewayPropagation_resourceId - The ID of the resource.
$sel:resourceType:TransitGatewayPropagation', transitGatewayPropagation_resourceType - The resource type. Note that the tgw-peering resource type has been
deprecated.
$sel:state:TransitGatewayPropagation', transitGatewayPropagation_state - The state.
$sel:transitGatewayAttachmentId:TransitGatewayPropagation', transitGatewayPropagation_transitGatewayAttachmentId - The ID of the attachment.
$sel:transitGatewayRouteTableAnnouncementId:TransitGatewayPropagation', transitGatewayPropagation_transitGatewayRouteTableAnnouncementId - The ID of the transit gateway route table announcement.
$sel:transitGatewayRouteTableId:TransitGatewayPropagation', transitGatewayPropagation_transitGatewayRouteTableId - The ID of the transit gateway route table.
transitGatewayPropagation_resourceId :: Lens' TransitGatewayPropagation (Maybe Text) Source #
The ID of the resource.
transitGatewayPropagation_resourceType :: Lens' TransitGatewayPropagation (Maybe TransitGatewayAttachmentResourceType) Source #
The resource type. Note that the tgw-peering resource type has been
deprecated.
transitGatewayPropagation_state :: Lens' TransitGatewayPropagation (Maybe TransitGatewayPropagationState) Source #
The state.
transitGatewayPropagation_transitGatewayAttachmentId :: Lens' TransitGatewayPropagation (Maybe Text) Source #
The ID of the attachment.
transitGatewayPropagation_transitGatewayRouteTableAnnouncementId :: Lens' TransitGatewayPropagation (Maybe Text) Source #
The ID of the transit gateway route table announcement.
transitGatewayPropagation_transitGatewayRouteTableId :: Lens' TransitGatewayPropagation (Maybe Text) Source #
The ID of the transit gateway route table.