ServiceVpcLatticeConfigurationArgs

data class ServiceVpcLatticeConfigurationArgs(val portName: Output<String>, val roleArn: Output<String>, val targetGroupArn: Output<String>) : ConvertibleToJava<ServiceVpcLatticeConfigurationArgs>

Constructors

Link copied to clipboard
constructor(portName: Output<String>, roleArn: Output<String>, targetGroupArn: Output<String>)

Properties

Link copied to clipboard
val portName: Output<String>

The name of the port for a target group associated with the VPC Lattice configuration.

Link copied to clipboard
val roleArn: Output<String>

The ARN of the IAM role to associate with this volume. This is the Amazon ECS infrastructure IAM role that is used to manage your AWS infrastructure.

Link copied to clipboard
val targetGroupArn: Output<String>

The full ARN of the target group or groups associated with the VPC Lattice configuration.

Functions

Link copied to clipboard
open override fun toJava(): ServiceVpcLatticeConfigurationArgs