AwsVpcConfiguration
public struct AwsVpcConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies whether the task’s elastic network interface receives a public IP address. You can specify ENABLED only when LaunchType in EcsParameters is set to FARGATE.
Declaration
Swift
public let assignPublicIp: AssignPublicIp?
-
Specifies the security groups associated with the task. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.
Declaration
Swift
public let securityGroups: [String]?
-
Specifies the subnets associated with the task. These subnets must all be in the same VPC. You can specify as many as 16 subnets.
Declaration
Swift
public let subnets: [String]
-
Undocumented
Declaration
Swift
public init(assignPublicIp: AssignPublicIp? = nil, securityGroups: [String]? = nil, subnets: [String])