AwsEc2SecurityGroupUserIdGroupPair
public struct AwsEc2SecurityGroupUserIdGroupPair : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the security group.
Declaration
Swift
public let groupId: String?
-
The name of the security group.
Declaration
Swift
public let groupName: String?
-
The status of a VPC peering connection, if applicable.
Declaration
Swift
public let peeringStatus: String?
-
The ID of an AWS account. For a referenced security group in another VPC, the account ID of the referenced security group is returned in the response. If the referenced security group is deleted, this value is not returned. [EC2-Classic] Required when adding or removing rules that reference a security group in another AWS.
Declaration
Swift
public let userId: String?
-
The ID of the VPC for the referenced security group, if applicable.
Declaration
Swift
public let vpcId: String?
-
The ID of the VPC peering connection, if applicable.
Declaration
Swift
public let vpcPeeringConnectionId: String?
-
Undocumented
Declaration
Swift
public init(groupId: String? = nil, groupName: String? = nil, peeringStatus: String? = nil, userId: String? = nil, vpcId: String? = nil, vpcPeeringConnectionId: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws