AwsCodeBuildProjectVpcConfig

public struct AwsCodeBuildProjectVpcConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of one or more security group IDs in your Amazon VPC.

    Declaration

    Swift

    public let securityGroupIds: [String]?
  • A list of one or more subnet IDs in your Amazon VPC.

    Declaration

    Swift

    public let subnets: [String]?
  • The ID of the VPC.

    Declaration

    Swift

    public let vpcId: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws