AwsVpcConfigurationResponse

data class AwsVpcConfigurationResponse(val assignPublicIp: String? = null, val securityGroups: List<String>? = null, val subnets: List<String>? = null)

Definition of AwsVpcConfiguration

Constructors

Link copied to clipboard
constructor(assignPublicIp: String? = null, securityGroups: List<String>? = null, subnets: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assignPublicIp: String? = null

Whether the task's elastic network interface receives a public IP address. The default value is `DISABLED`.

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

The IDs of the security groups associated with the task or service. If you don't specify a security group, the default security group for the VPC is used. There's a limit of 5 security groups that can be specified per `AwsVpcConfiguration`. All specified security groups must be from the same VPC.

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

The IDs of the subnets associated with the task or service. There's a limit of 16 subnets that can be specified per `AwsVpcConfiguration`. All specified subnets must be from the same VPC.