interface CfnTrafficMirrorTargetProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnTrafficMirrorTargetProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnTrafficMirrorTargetProps |
![]() | software.amazon.awscdk.services.ec2.CfnTrafficMirrorTargetProps |
![]() | aws_cdk.aws_ec2.CfnTrafficMirrorTargetProps |
![]() | aws-cdk-lib » aws_ec2 » CfnTrafficMirrorTargetProps |
Properties for defining a CfnTrafficMirrorTarget
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const cfnTrafficMirrorTargetProps: ec2.CfnTrafficMirrorTargetProps = {
description: 'description',
gatewayLoadBalancerEndpointId: 'gatewayLoadBalancerEndpointId',
networkInterfaceId: 'networkInterfaceId',
networkLoadBalancerArn: 'networkLoadBalancerArn',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
description? | string | The description of the Traffic Mirror target. |
gateway | string | The ID of the Gateway Load Balancer endpoint. |
network | string | The network interface ID that is associated with the target. |
network | string | The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target. |
tags? | Cfn [] | The tags to assign to the Traffic Mirror target. |
description?
Type:
string
(optional)
The description of the Traffic Mirror target.
gatewayLoadBalancerEndpointId?
Type:
string
(optional)
The ID of the Gateway Load Balancer endpoint.
networkInterfaceId?
Type:
string
(optional)
The network interface ID that is associated with the target.
networkLoadBalancerArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
tags?
Type:
Cfn
[]
(optional)
The tags to assign to the Traffic Mirror target.