VpcConfig

public struct VpcConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifiers of the security groups for the fleet or image builder.

    Declaration

    Swift

    public let securityGroupIds: [String]?
  • The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.

    Declaration

    Swift

    public let subnetIds: [String]?
  • Undocumented

    Declaration

    Swift

    public init(securityGroupIds: [String]? = nil, subnetIds: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws