AWSEC2AsnAuthorizationContext

Objective-C

@interface AWSEC2AsnAuthorizationContext

Swift

class AWSEC2AsnAuthorizationContext

Provides authorization for Amazon to bring an Autonomous System Number (ASN) to a specific Amazon Web Services account using bring your own ASN (BYOASN). For details on the format of the message and signature, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.

Required parameters: [Message, Signature]

  • The authorization context’s message.

    Declaration

    Objective-C

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

    Swift

    var message: String? { get set }
  • The authorization context’s signature.

    Declaration

    Objective-C

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

    Swift

    var signature: String? { get set }