AWSEC2SecurityGroupReference

Objective-C

@interface AWSEC2SecurityGroupReference

Swift

class AWSEC2SecurityGroupReference

Describes a VPC with a security group that references your security group.

  • The ID of your security group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable groupId;

    Swift

    var groupId: String? { get set }
  • The ID of the VPC with the referencing security group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable referencingVpcId;

    Swift

    var referencingVpcId: String? { get set }
  • The ID of the VPC peering connection.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable vpcPeeringConnectionId;

    Swift

    var vpcPeeringConnectionId: String? { get set }