AWSEC2CidrAuthorizationContext

Objective-C

@interface AWSEC2CidrAuthorizationContext

Swift

class AWSEC2CidrAuthorizationContext

Provides authorization for Amazon to bring a specific IP address range to a specific Amazon Web Services account using bring your own IP addresses (BYOIP). For more information, see Configuring your BYOIP address range in the Amazon EC2 User Guide.

Required parameters: [Message, Signature]

  • 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 }