VpcConfiguration

public struct VpcConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

    Declaration

    Swift

    public let securityGroupIds: [String]
  • The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

    Declaration

    Swift

    public let subnetIds: [String]
  • The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.

    Declaration

    Swift

    public let tlsCertificate: String?
  • The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.

    Declaration

    Swift

    public let vpcId: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws