Class TrafficMirrorTargetArgs


  • public final class TrafficMirrorTargetArgs
    extends com.pulumi.resources.ResourceArgs
    • 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