AWSEC2Ipv6Range

Objective-C

@interface AWSEC2Ipv6Range

Swift

class AWSEC2Ipv6Range

Describes an IPv6 range.

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

    Declaration

    Objective-C

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

    Swift

    var cidrIpv6: String? { get set }
  • A description for the security group rule that references this IPv6 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 }