EC2 / Client / disassociate_transit_gateway_multicast_domain

disassociate_transit_gateway_multicast_domain#

EC2.Client.disassociate_transit_gateway_multicast_domain(**kwargs)#

Disassociates the specified subnets from the transit gateway multicast domain.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_transit_gateway_multicast_domain(
    TransitGatewayMulticastDomainId='string',
    TransitGatewayAttachmentId='string',
    SubnetIds=[
        'string',
    ],
    DryRun=True|False
)
Parameters:
  • TransitGatewayMulticastDomainId (string) –

    [REQUIRED]

    The ID of the transit gateway multicast domain.

  • TransitGatewayAttachmentId (string) –

    [REQUIRED]

    The ID of the attachment.

  • SubnetIds (list) –

    [REQUIRED]

    The IDs of the subnets;

    • (string) –

  • DryRun (boolean) – 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.

Return type:

dict

Returns:

Response Syntax

{
    'Associations': {
        'TransitGatewayMulticastDomainId': 'string',
        'TransitGatewayAttachmentId': 'string',
        'ResourceId': 'string',
        'ResourceType': 'vpc'|'vpn'|'direct-connect-gateway'|'connect'|'peering'|'tgw-peering',
        'ResourceOwnerId': 'string',
        'Subnets': [
            {
                'SubnetId': 'string',
                'State': 'pendingAcceptance'|'associating'|'associated'|'disassociating'|'disassociated'|'rejected'|'failed'
            },
        ]
    }
}

Response Structure

  • (dict) –

    • Associations (dict) –

      Information about the association.

      • TransitGatewayMulticastDomainId (string) –

        The ID of the transit gateway multicast domain.

      • TransitGatewayAttachmentId (string) –

        The ID of the transit gateway attachment.

      • ResourceId (string) –

        The ID of the resource.

      • ResourceType (string) –

        The type of resource, for example a VPC attachment.

      • ResourceOwnerId (string) –

        The ID of the Amazon Web Services account that owns the resource.

      • Subnets (list) –

        The subnets associated with the multicast domain.

        • (dict) –

          Describes the subnet association with the transit gateway multicast domain.

          • SubnetId (string) –

            The ID of the subnet.

          • State (string) –

            The state of the subnet association.