Package com.pulumi.aws.vpclattice.inputs
Class TargetGroupAttachmentTargetArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.vpclattice.inputs.TargetGroupAttachmentTargetArgs
-
public final class TargetGroupAttachmentTargetArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TargetGroupAttachmentTargetArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static TargetGroupAttachmentTargetArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TargetGroupAttachmentTargetArgs.Builder
builder()
static TargetGroupAttachmentTargetArgs.Builder
builder(TargetGroupAttachmentTargetArgs defaults)
com.pulumi.core.Output<java.lang.String>
id()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
port()
-
-
-
Field Detail
-
Empty
public static final TargetGroupAttachmentTargetArgs Empty
-
-
Method Detail
-
id
public com.pulumi.core.Output<java.lang.String> id()
- Returns:
- The ID of the target. If the target type of the target group is INSTANCE, this is an instance ID. If the target type is IP , this is an IP address. If the target type is LAMBDA, this is the ARN of the Lambda function. If the target type is ALB, this is the ARN of the Application Load Balancer.
-
port
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> port()
- Returns:
- This port is used for routing traffic to the target, and defaults to the target group port. However, you can override the default and specify a custom port.
-
builder
public static TargetGroupAttachmentTargetArgs.Builder builder()
-
builder
public static TargetGroupAttachmentTargetArgs.Builder builder(TargetGroupAttachmentTargetArgs defaults)
-
-