amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.GetTransitGatewayAttachmentPropagations

Description

Lists the route tables to which the specified resource attachment propagates routes.

This operation returns paginated results.

Synopsis

Creating a Request

data GetTransitGatewayAttachmentPropagations Source #

Constructors

GetTransitGatewayAttachmentPropagations' 

Fields

  • dryRun :: Maybe Bool

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

  • filters :: Maybe [Filter]

    One or more filters. The possible values are:

    • transit-gateway-route-table-id - The ID of the transit gateway route table.
  • maxResults :: Maybe Natural

    The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

  • nextToken :: Maybe Text

    The token for the next page of results.

  • transitGatewayAttachmentId :: Text

    The ID of the attachment.

Instances

Instances details
ToHeaders GetTransitGatewayAttachmentPropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

ToPath GetTransitGatewayAttachmentPropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

ToQuery GetTransitGatewayAttachmentPropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

AWSPager GetTransitGatewayAttachmentPropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

AWSRequest GetTransitGatewayAttachmentPropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

Generic GetTransitGatewayAttachmentPropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

Read GetTransitGatewayAttachmentPropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

Show GetTransitGatewayAttachmentPropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

NFData GetTransitGatewayAttachmentPropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

Eq GetTransitGatewayAttachmentPropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

Hashable GetTransitGatewayAttachmentPropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

type AWSResponse GetTransitGatewayAttachmentPropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

type Rep GetTransitGatewayAttachmentPropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

type Rep GetTransitGatewayAttachmentPropagations = D1 ('MetaData "GetTransitGatewayAttachmentPropagations" "Amazonka.EC2.GetTransitGatewayAttachmentPropagations" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "GetTransitGatewayAttachmentPropagations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dryRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "transitGatewayAttachmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newGetTransitGatewayAttachmentPropagations Source #

Create a value of GetTransitGatewayAttachmentPropagations 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:dryRun:GetTransitGatewayAttachmentPropagations', getTransitGatewayAttachmentPropagations_dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

$sel:filters:GetTransitGatewayAttachmentPropagations', getTransitGatewayAttachmentPropagations_filters - One or more filters. The possible values are:

  • transit-gateway-route-table-id - The ID of the transit gateway route table.

$sel:maxResults:GetTransitGatewayAttachmentPropagations', getTransitGatewayAttachmentPropagations_maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

GetTransitGatewayAttachmentPropagations, getTransitGatewayAttachmentPropagations_nextToken - The token for the next page of results.

GetTransitGatewayAttachmentPropagations, getTransitGatewayAttachmentPropagations_transitGatewayAttachmentId - The ID of the attachment.

Request Lenses

getTransitGatewayAttachmentPropagations_dryRun :: Lens' GetTransitGatewayAttachmentPropagations (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getTransitGatewayAttachmentPropagations_filters :: Lens' GetTransitGatewayAttachmentPropagations (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • transit-gateway-route-table-id - The ID of the transit gateway route table.

getTransitGatewayAttachmentPropagations_maxResults :: Lens' GetTransitGatewayAttachmentPropagations (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Destructuring the Response

data GetTransitGatewayAttachmentPropagationsResponse Source #

Constructors

GetTransitGatewayAttachmentPropagationsResponse' 

Fields

Instances

Instances details
Generic GetTransitGatewayAttachmentPropagationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

Read GetTransitGatewayAttachmentPropagationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

Show GetTransitGatewayAttachmentPropagationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

NFData GetTransitGatewayAttachmentPropagationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

Eq GetTransitGatewayAttachmentPropagationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

type Rep GetTransitGatewayAttachmentPropagationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayAttachmentPropagations

type Rep GetTransitGatewayAttachmentPropagationsResponse = D1 ('MetaData "GetTransitGatewayAttachmentPropagationsResponse" "Amazonka.EC2.GetTransitGatewayAttachmentPropagations" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "GetTransitGatewayAttachmentPropagationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "transitGatewayAttachmentPropagations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TransitGatewayAttachmentPropagation])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetTransitGatewayAttachmentPropagationsResponse Source #

Create a value of GetTransitGatewayAttachmentPropagationsResponse 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:

GetTransitGatewayAttachmentPropagations, getTransitGatewayAttachmentPropagationsResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:transitGatewayAttachmentPropagations:GetTransitGatewayAttachmentPropagationsResponse', getTransitGatewayAttachmentPropagationsResponse_transitGatewayAttachmentPropagations - Information about the propagation route tables.

$sel:httpStatus:GetTransitGatewayAttachmentPropagationsResponse', getTransitGatewayAttachmentPropagationsResponse_httpStatus - The response's http status code.

Response Lenses

getTransitGatewayAttachmentPropagationsResponse_nextToken :: Lens' GetTransitGatewayAttachmentPropagationsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.