AWSEC2UserData

Objective-C

@interface AWSEC2UserData

Swift

class AWSEC2UserData

Describes the user data for an instance.

  • The user data. If you are using an Amazon Web Services SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.

    Declaration

    Objective-C

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

    Swift

    var data: String? { get set }