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