AWSEC2Phase1EncryptionAlgorithmsRequestListValue
Objective-C
@interface AWSEC2Phase1EncryptionAlgorithmsRequestListValue
Swift
class AWSEC2Phase1EncryptionAlgorithmsRequestListValue
Specifies the encryption algorithm for the VPN tunnel for phase 1 IKE negotiations.
-
The value for the encryption algorithm.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable value;
Swift
var value: String? { get set }