Interface ICfnTrafficMirrorTargetProps
Properties for defining a CfnTrafficMirrorTarget
.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnTrafficMirrorTargetProps
Syntax (vb)
Public Interface ICfnTrafficMirrorTargetProps
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.AWS.EC2;
var cfnTrafficMirrorTargetProps = new CfnTrafficMirrorTargetProps {
Description = "description",
GatewayLoadBalancerEndpointId = "gatewayLoadBalancerEndpointId",
NetworkInterfaceId = "networkInterfaceId",
NetworkLoadBalancerArn = "networkLoadBalancerArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
Description | The description of the Traffic Mirror target. |
GatewayLoadBalancerEndpointId | The ID of the Gateway Load Balancer endpoint. |
NetworkInterfaceId | The network interface ID that is associated with the target. |
NetworkLoadBalancerArn | The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target. |
Tags | The tags to assign to the Traffic Mirror target. |
Properties
Description
The description of the Traffic Mirror target.
virtual string Description { get; }
Property Value
System.String
Remarks
GatewayLoadBalancerEndpointId
The ID of the Gateway Load Balancer endpoint.
virtual string GatewayLoadBalancerEndpointId { get; }
Property Value
System.String
Remarks
NetworkInterfaceId
The network interface ID that is associated with the target.
virtual string NetworkInterfaceId { get; }
Property Value
System.String
Remarks
NetworkLoadBalancerArn
The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
virtual string NetworkLoadBalancerArn { get; }
Property Value
System.String
Remarks
Tags
The tags to assign to the Traffic Mirror target.
virtual ICfnTag[] Tags { get; }
Property Value
ICfnTag[]