SecurityGroupReference
public struct SecurityGroupReference : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of your security group.
Declaration
Swift
public let groupId: String? -
The ID of the VPC with the referencing security group.
Declaration
Swift
public let referencingVpcId: String? -
The ID of the VPC peering connection.
Declaration
Swift
public let vpcPeeringConnectionId: String? -
Undocumented
Declaration
Swift
public init(groupId: String? = nil, referencingVpcId: String? = nil, vpcPeeringConnectionId: String? = nil)
View on GitHub
SecurityGroupReference Structure Reference