Schedule Aws Vpc Configuration
data class ScheduleAwsVpcConfiguration(val assignPublicIp: ScheduleAssignPublicIp? = null, val securityGroups: List<String>? = null, val subnets: List<String>)
This structure specifies the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.
Constructors
Link copied to clipboard
fun ScheduleAwsVpcConfiguration(assignPublicIp: ScheduleAssignPublicIp? = null, securityGroups: List<String>? = null, subnets: List<String>)