Class VpcLatticeConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.ecs.model.VpcLatticeConfiguration
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<VpcLatticeConfiguration.Builder,VpcLatticeConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class VpcLatticeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcLatticeConfiguration.Builder,VpcLatticeConfiguration>
The VPC Lattice configuration for your service that holds the information for the target group(s) Amazon ECS tasks will be registered to.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
VpcLatticeConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VpcLatticeConfiguration.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
portName()
The name of the port mapping to register in the VPC Lattice target group.String
roleArn()
The ARN of the IAM role to associate with this VPC Lattice configuration.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends VpcLatticeConfiguration.Builder>
serializableBuilderClass()
String
targetGroupArn()
The full Amazon Resource Name (ARN) of the target group or groups associated with the VPC Lattice configuration that the Amazon ECS tasks will be registered to.VpcLatticeConfiguration.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
roleArn
public final String roleArn()
The ARN of the IAM role to associate with this VPC Lattice configuration. This is the Amazon ECS infrastructure IAM role that is used to manage your VPC Lattice infrastructure.
- Returns:
- The ARN of the IAM role to associate with this VPC Lattice configuration. This is the Amazon ECS infrastructure IAM role that is used to manage your VPC Lattice infrastructure.
-
targetGroupArn
public final String targetGroupArn()
The full Amazon Resource Name (ARN) of the target group or groups associated with the VPC Lattice configuration that the Amazon ECS tasks will be registered to.
- Returns:
- The full Amazon Resource Name (ARN) of the target group or groups associated with the VPC Lattice configuration that the Amazon ECS tasks will be registered to.
-
portName
public final String portName()
The name of the port mapping to register in the VPC Lattice target group. This is the name of the
portMapping
you defined in your task definition.- Returns:
- The name of the port mapping to register in the VPC Lattice target group. This is the name of the
portMapping
you defined in your task definition.
-
toBuilder
public VpcLatticeConfiguration.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<VpcLatticeConfiguration.Builder,VpcLatticeConfiguration>
-
builder
public static VpcLatticeConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends VpcLatticeConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-