AWSEC2IpamCidrAuthorizationContext

Objective-C

@interface AWSEC2IpamCidrAuthorizationContext

Swift

class AWSEC2IpamCidrAuthorizationContext

A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

  • The plain-text authorization message for the prefix and account.

    Declaration

    Objective-C

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

    Swift

    var message: String? { get set }
  • The signed authorization message for the prefix and account.

    Declaration

    Objective-C

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

    Swift

    var signature: String? { get set }