Interface ITrafficMirrorSessionReference
A reference to a TrafficMirrorSession resource.
Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITrafficMirrorSessionReference
Syntax (vb)
Public Interface ITrafficMirrorSessionReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.EC2;
var trafficMirrorSessionReference = new TrafficMirrorSessionReference {
TrafficMirrorSessionId = "trafficMirrorSessionId"
};
Synopsis
Properties
| TrafficMirrorSessionId | The Id of the TrafficMirrorSession resource. |
Properties
TrafficMirrorSessionId
The Id of the TrafficMirrorSession resource.
string TrafficMirrorSessionId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated