VpcConfigInput
public struct VpcConfigInput : 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]?
-
Undocumented
Declaration
Swift
public init(securityGroupIds: [String]? = nil, subnetIds: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws