Class CfnTrafficMirrorTargetProps
Properties for defining a CfnTrafficMirrorTarget
.
Inheritance
System.Object
CfnTrafficMirrorTargetProps
Implements
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTrafficMirrorTargetProps : Object, ICfnTrafficMirrorTargetProps
Syntax (vb)
Public Class CfnTrafficMirrorTargetProps
Inherits Object
Implements 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
Constructors
CfnTrafficMirrorTargetProps() |
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. |
Constructors
CfnTrafficMirrorTargetProps()
public CfnTrafficMirrorTargetProps()
Properties
Description
The description of the Traffic Mirror target.
public string Description { get; set; }
Property Value
System.String
Remarks
GatewayLoadBalancerEndpointId
The ID of the Gateway Load Balancer endpoint.
public string GatewayLoadBalancerEndpointId { get; set; }
Property Value
System.String
Remarks
NetworkInterfaceId
The network interface ID that is associated with the target.
public string NetworkInterfaceId { get; set; }
Property Value
System.String
Remarks
NetworkLoadBalancerArn
The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
public string NetworkLoadBalancerArn { get; set; }
Property Value
System.String
Remarks
Tags
The tags to assign to the Traffic Mirror target.
public ICfnTag[] Tags { get; set; }
Property Value
ICfnTag[]