| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnTrafficMirrorTarget.Builder |
CfnTrafficMirrorTarget.Builder.create(software.constructs.Construct scope,
String id) |
CfnTrafficMirrorTarget.Builder |
CfnTrafficMirrorTarget.Builder.description(String description)
The description of the Traffic Mirror target.
|
CfnTrafficMirrorTarget.Builder |
CfnTrafficMirrorTarget.Builder.gatewayLoadBalancerEndpointId(String gatewayLoadBalancerEndpointId)
The ID of the Gateway Load Balancer endpoint.
|
CfnTrafficMirrorTarget.Builder |
CfnTrafficMirrorTarget.Builder.networkInterfaceId(String networkInterfaceId)
The network interface ID that is associated with the target.
|
CfnTrafficMirrorTarget.Builder |
CfnTrafficMirrorTarget.Builder.networkLoadBalancerArn(String networkLoadBalancerArn)
The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
|
CfnTrafficMirrorTarget.Builder |
CfnTrafficMirrorTarget.Builder.tags(List<? extends CfnTag> tags)
The tags to assign to the Traffic Mirror target.
|
Copyright © 2022. All rights reserved.