NetworkConfiguration
public struct NetworkConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Use this structure to specify 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.
Declaration
Swift
public let awsvpcConfiguration: AwsVpcConfiguration?
-
Undocumented
Declaration
Swift
public init(awsvpcConfiguration: AwsVpcConfiguration? = nil)