Interface CfnTrafficMirrorTargetMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTrafficMirrorTargetMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:58.699Z")
@Stability(Stable)
public interface CfnTrafficMirrorTargetMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnTrafficMirrorTargetPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ec2.*;
CfnTrafficMirrorTargetMixinProps cfnTrafficMirrorTargetMixinProps = CfnTrafficMirrorTargetMixinProps.builder()
.description("description")
.gatewayLoadBalancerEndpointId("gatewayLoadBalancerEndpointId")
.networkInterfaceId("networkInterfaceId")
.networkLoadBalancerArn("networkLoadBalancerArn")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTrafficMirrorTargetMixinPropsstatic final classAn implementation forCfnTrafficMirrorTargetMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe description of the Traffic Mirror target.default StringThe ID of the Gateway Load Balancer endpoint.default StringThe network interface ID that is associated with the target.default StringThe Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.getTags()The tags to assign to the Traffic Mirror target.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
The description of the Traffic Mirror target.- See Also:
-
getGatewayLoadBalancerEndpointId
The ID of the Gateway Load Balancer endpoint.- See Also:
-
getNetworkInterfaceId
The network interface ID that is associated with the target.- See Also:
-
getNetworkLoadBalancerArn
The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.- See Also:
-
getTags
The tags to assign to the Traffic Mirror target.- See Also:
-
builder
-