enable_transit_gateway_route_table_propagation(**kwargs)¶Enables the specified attachment to propagate routes to the specified propagation route table.
See also: AWS API Documentation
Request Syntax
response = client.enable_transit_gateway_route_table_propagation(
    TransitGatewayRouteTableId='string',
    TransitGatewayAttachmentId='string',
    DryRun=True|False,
    TransitGatewayRouteTableAnnouncementId='string'
)
[REQUIRED]
The ID of the propagation route table.
DryRunOperation . Otherwise, it is UnauthorizedOperation .dict
Response Syntax
{
    'Propagation': {
        'TransitGatewayAttachmentId': 'string',
        'ResourceId': 'string',
        'ResourceType': 'vpc'|'vpn'|'direct-connect-gateway'|'connect'|'peering'|'tgw-peering',
        'TransitGatewayRouteTableId': 'string',
        'State': 'enabling'|'enabled'|'disabling'|'disabled',
        'TransitGatewayRouteTableAnnouncementId': 'string'
    }
}
Response Structure
(dict) --
Propagation (dict) --
Information about route propagation.
TransitGatewayAttachmentId (string) --
The ID of the attachment.
ResourceId (string) --
The ID of the resource.
ResourceType (string) --
The resource type. Note that the tgw-peering resource type has been deprecated.
TransitGatewayRouteTableId (string) --
The ID of the transit gateway route table.
State (string) --
The state.
TransitGatewayRouteTableAnnouncementId (string) --
The ID of the transit gateway route table announcement.