| 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.TransitGatewayPolicyTableAssociation
Description
Synopsis
- data TransitGatewayPolicyTableAssociation = TransitGatewayPolicyTableAssociation' {}
- newTransitGatewayPolicyTableAssociation :: TransitGatewayPolicyTableAssociation
- transitGatewayPolicyTableAssociation_resourceId :: Lens' TransitGatewayPolicyTableAssociation (Maybe Text)
- transitGatewayPolicyTableAssociation_resourceType :: Lens' TransitGatewayPolicyTableAssociation (Maybe TransitGatewayAttachmentResourceType)
- transitGatewayPolicyTableAssociation_state :: Lens' TransitGatewayPolicyTableAssociation (Maybe TransitGatewayAssociationState)
- transitGatewayPolicyTableAssociation_transitGatewayAttachmentId :: Lens' TransitGatewayPolicyTableAssociation (Maybe Text)
- transitGatewayPolicyTableAssociation_transitGatewayPolicyTableId :: Lens' TransitGatewayPolicyTableAssociation (Maybe Text)
Documentation
data TransitGatewayPolicyTableAssociation Source #
Describes a transit gateway policy table association.
See: newTransitGatewayPolicyTableAssociation smart constructor.
Constructors
| TransitGatewayPolicyTableAssociation' | |
Fields
| |
Instances
newTransitGatewayPolicyTableAssociation :: TransitGatewayPolicyTableAssociation Source #
Create a value of TransitGatewayPolicyTableAssociation 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:TransitGatewayPolicyTableAssociation', transitGatewayPolicyTableAssociation_resourceId - The resource ID of the transit gateway attachment.
$sel:resourceType:TransitGatewayPolicyTableAssociation', transitGatewayPolicyTableAssociation_resourceType - The resource type for the transit gateway policy table association.
$sel:state:TransitGatewayPolicyTableAssociation', transitGatewayPolicyTableAssociation_state - The state of the transit gateway policy table association.
$sel:transitGatewayAttachmentId:TransitGatewayPolicyTableAssociation', transitGatewayPolicyTableAssociation_transitGatewayAttachmentId - The ID of the transit gateway attachment.
$sel:transitGatewayPolicyTableId:TransitGatewayPolicyTableAssociation', transitGatewayPolicyTableAssociation_transitGatewayPolicyTableId - The ID of the transit gateway policy table.
transitGatewayPolicyTableAssociation_resourceId :: Lens' TransitGatewayPolicyTableAssociation (Maybe Text) Source #
The resource ID of the transit gateway attachment.
transitGatewayPolicyTableAssociation_resourceType :: Lens' TransitGatewayPolicyTableAssociation (Maybe TransitGatewayAttachmentResourceType) Source #
The resource type for the transit gateway policy table association.
transitGatewayPolicyTableAssociation_state :: Lens' TransitGatewayPolicyTableAssociation (Maybe TransitGatewayAssociationState) Source #
The state of the transit gateway policy table association.
transitGatewayPolicyTableAssociation_transitGatewayAttachmentId :: Lens' TransitGatewayPolicyTableAssociation (Maybe Text) Source #
The ID of the transit gateway attachment.
transitGatewayPolicyTableAssociation_transitGatewayPolicyTableId :: Lens' TransitGatewayPolicyTableAssociation (Maybe Text) Source #
The ID of the transit gateway policy table.