@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.344Z") @Stability(value=Stable) public interface CfnTrafficMirrorTargetProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
CfnTrafficMirrorTargetProps cfnTrafficMirrorTargetProps = CfnTrafficMirrorTargetProps.builder()
.description("description")
.gatewayLoadBalancerEndpointId("gatewayLoadBalancerEndpointId")
.networkInterfaceId("networkInterfaceId")
.networkLoadBalancerArn("networkLoadBalancerArn")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTrafficMirrorTargetProps.Builder
A builder for
CfnTrafficMirrorTargetProps |
static class |
CfnTrafficMirrorTargetProps.Jsii$Proxy
An implementation for
CfnTrafficMirrorTargetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnTrafficMirrorTargetProps.Builder |
builder() |
default String |
getDescription()
The description of the Traffic Mirror target.
|
default String |
getGatewayLoadBalancerEndpointId()
The ID of the Gateway Load Balancer endpoint.
|
default String |
getNetworkInterfaceId()
The network interface ID that is associated with the target.
|
default String |
getNetworkLoadBalancerArn()
The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
|
default List<CfnTag> |
getTags()
The tags to assign to the Traffic Mirror target.
|
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getGatewayLoadBalancerEndpointId()
@Stability(value=Stable) @Nullable default String getNetworkInterfaceId()
@Stability(value=Stable) @Nullable default String getNetworkLoadBalancerArn()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnTrafficMirrorTargetProps.Builder builder()
Copyright © 2022. All rights reserved.