AWSEC2IpRange

Objective-C

@interface AWSEC2IpRange

Swift

class AWSEC2IpRange

Describes an IPv4 range.

  • The IPv4 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv4 address, use the /32 prefix length.

    Declaration

    Objective-C

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

    Swift

    var cidrIp: String? { get set }
  • A description for the security group rule that references this IPv4 address range.

    Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

    Declaration

    Objective-C

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

    Swift

    var detail: String? { get set }