AWSKMSAliasListEntry
Objective-C
@interface AWSKMSAliasListEntry
Swift
class AWSKMSAliasListEntry
Contains information about an alias.
-
String that contains the key ARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable aliasArn;
Swift
var aliasArn: String? { get set }
-
String that contains the alias. This value begins with
alias/
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable aliasName;
Swift
var aliasName: String? { get set }
-
Date and time that the alias was most recently created in the account and Region. Formatted as Unix time.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationDate;
Swift
var creationDate: Date? { get set }
-
Date and time that the alias was most recently associated with a KMS key in the account and Region. Formatted as Unix time.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastUpdatedDate;
Swift
var lastUpdatedDate: Date? { get set }
-
String that contains the key identifier of the KMS key associated with the alias.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable targetKeyId;
Swift
var targetKeyId: String? { get set }