NetworkManager / Client / delete_core_network_prefix_list_association
delete_core_network_prefix_list_association¶
- NetworkManager.Client.delete_core_network_prefix_list_association(**kwargs)¶
Deletes an association between a core network and a prefix list.
See also: AWS API Documentation
Request Syntax
response = client.delete_core_network_prefix_list_association( CoreNetworkId='string', PrefixListArn='string' )
- Parameters:
CoreNetworkId (string) –
[REQUIRED]
The ID of the core network from which to delete the prefix list association.
PrefixListArn (string) –
[REQUIRED]
The ARN of the prefix list to disassociate from the core network.
- Return type:
dict
- Returns:
Response Syntax
{ 'CoreNetworkId': 'string', 'PrefixListArn': 'string' }
Response Structure
(dict) –
CoreNetworkId (string) –
The ID of the core network from which the prefix list association was deleted.
PrefixListArn (string) –
The ARN of the prefix list that was disassociated from the core network.
Exceptions