Package com.pulumi.aws.ec2
Class TrafficMirrorTargetArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.ec2.TrafficMirrorTargetArgs
-
public final class TrafficMirrorTargetArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TrafficMirrorTargetArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static TrafficMirrorTargetArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrafficMirrorTargetArgs.Builder
builder()
static TrafficMirrorTargetArgs.Builder
builder(TrafficMirrorTargetArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
description()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
gatewayLoadBalancerEndpointId()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
networkInterfaceId()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
networkLoadBalancerArn()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
-
-
-
Field Detail
-
Empty
public static final TrafficMirrorTargetArgs Empty
-
-
Method Detail
-
description
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
- Returns:
- A description of the traffic mirror session.
-
gatewayLoadBalancerEndpointId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> gatewayLoadBalancerEndpointId()
- Returns:
- The VPC Endpoint Id of the Gateway Load Balancer that is associated with the target.
-
networkInterfaceId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> networkInterfaceId()
- Returns:
- The network interface ID that is associated with the target.
-
networkLoadBalancerArn
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> networkLoadBalancerArn()
- Returns:
- The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. **NOTE:** Either `network_interface_id` or `network_load_balancer_arn` should be specified and both should not be specified together
-
builder
public static TrafficMirrorTargetArgs.Builder builder()
-
builder
public static TrafficMirrorTargetArgs.Builder builder(TrafficMirrorTargetArgs defaults)
-
-