AWSEC2ClientLoginBannerOptions
Objective-C
@interface AWSEC2ClientLoginBannerOptions
Swift
class AWSEC2ClientLoginBannerOptions
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
-
Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable bannerText;
Swift
var bannerText: String? { get set }
-
Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
Valid values:
true | false
Default value:
false
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable enabled;
Swift
var enabled: NSNumber? { get set }