EventTargetEcsTargetNetworkConfigurationArgs

data class EventTargetEcsTargetNetworkConfigurationArgs(val assignPublicIp: Output<Boolean>? = null, val securityGroups: Output<List<String>>? = null, val subnets: Output<List<String>>) : ConvertibleToJava<EventTargetEcsTargetNetworkConfigurationArgs>

Constructors

constructor(assignPublicIp: Output<Boolean>? = null, securityGroups: Output<List<String>>? = null, subnets: Output<List<String>>)

Properties

Link copied to clipboard
val assignPublicIp: Output<Boolean>? = null

Assign a public IP address to the ENI (Fargate launch type only). Valid values are true or false. Defaults to false. For more information, see Task Networking

Link copied to clipboard
val securityGroups: Output<List<String>>? = null

The security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.

Link copied to clipboard
val subnets: Output<List<String>>

The subnets associated with the task or service.

Functions

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