VpcConfigOutput

public struct VpcConfigOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IDs of the security groups for this canary.

    Declaration

    Swift

    public let securityGroupIds: [String]?
  • The IDs of the subnets where this canary is to run.

    Declaration

    Swift

    public let subnetIds: [String]?
  • The IDs of the VPC where this canary is to run.

    Declaration

    Swift

    public let vpcId: String?
  • Undocumented

    Declaration

    Swift

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