AWSEC2VerifiedAccessSseSpecificationRequest
Objective-C
@interface AWSEC2VerifiedAccessSseSpecificationRequest
Swift
class AWSEC2VerifiedAccessSseSpecificationRequest
Verified Access provides server side encryption by default to data at rest using Amazon Web Services-owned KMS keys. You also have the option of using customer managed KMS keys, which can be specified using the options below.
-
Enable or disable the use of customer managed KMS keys for server side encryption.
Valid values:
True|FalseDeclaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable customerManagedKeyEnabled;Swift
var customerManagedKeyEnabled: NSNumber? { get set } -
The ARN of the KMS key.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable kmsKeyArn;Swift
var kmsKeyArn: String? { get set }
View on GitHub
Install in Dash
AWSEC2VerifiedAccessSseSpecificationRequest Class Reference