delete_traffic_mirror_session
(**kwargs)¶Deletes the specified Traffic Mirror session.
See also: AWS API Documentation
Request Syntax
response = client.delete_traffic_mirror_session(
TrafficMirrorSessionId='string',
DryRun=True|False
)
[REQUIRED]
The ID of the Traffic Mirror session.
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.dict
Response Syntax
{
'TrafficMirrorSessionId': 'string'
}
Response Structure
(dict) --
TrafficMirrorSessionId (string) --
The ID of the deleted Traffic Mirror session.