| 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.TransitGatewayPrefixListAttachment
Description
Synopsis
- data TransitGatewayPrefixListAttachment = TransitGatewayPrefixListAttachment' {}
- newTransitGatewayPrefixListAttachment :: TransitGatewayPrefixListAttachment
- transitGatewayPrefixListAttachment_resourceId :: Lens' TransitGatewayPrefixListAttachment (Maybe Text)
- transitGatewayPrefixListAttachment_resourceType :: Lens' TransitGatewayPrefixListAttachment (Maybe TransitGatewayAttachmentResourceType)
- transitGatewayPrefixListAttachment_transitGatewayAttachmentId :: Lens' TransitGatewayPrefixListAttachment (Maybe Text)
Documentation
data TransitGatewayPrefixListAttachment Source #
Describes a transit gateway prefix list attachment.
See: newTransitGatewayPrefixListAttachment smart constructor.
Constructors
| TransitGatewayPrefixListAttachment' | |
Fields
| |
Instances
newTransitGatewayPrefixListAttachment :: TransitGatewayPrefixListAttachment Source #
Create a value of TransitGatewayPrefixListAttachment 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:TransitGatewayPrefixListAttachment', transitGatewayPrefixListAttachment_resourceId - The ID of the resource.
$sel:resourceType:TransitGatewayPrefixListAttachment', transitGatewayPrefixListAttachment_resourceType - The resource type. Note that the tgw-peering resource type has been
deprecated.
$sel:transitGatewayAttachmentId:TransitGatewayPrefixListAttachment', transitGatewayPrefixListAttachment_transitGatewayAttachmentId - The ID of the attachment.
transitGatewayPrefixListAttachment_resourceId :: Lens' TransitGatewayPrefixListAttachment (Maybe Text) Source #
The ID of the resource.
transitGatewayPrefixListAttachment_resourceType :: Lens' TransitGatewayPrefixListAttachment (Maybe TransitGatewayAttachmentResourceType) Source #
The resource type. Note that the tgw-peering resource type has been
deprecated.
transitGatewayPrefixListAttachment_transitGatewayAttachmentId :: Lens' TransitGatewayPrefixListAttachment (Maybe Text) Source #
The ID of the attachment.