NetworkConfiguration
public struct NetworkConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The VPC subnets and security groups associated with a task. All specified subnets and security groups must be from the same VPC.
Declaration
Swift
public let awsvpcConfiguration: AwsVpcConfiguration?
-
Undocumented
Declaration
Swift
public init(awsvpcConfiguration: AwsVpcConfiguration? = nil)