AwsKmsKeyDetails
public struct AwsKmsKeyDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The twelve-digit account ID of the AWS account that owns the CMK.
Declaration
Swift
public let aWSAccountId: String?
-
Indicates when the CMK was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
Declaration
Swift
public let creationDate: Double?
-
A description of the key.
Declaration
Swift
public let description: String?
-
The globally unique identifier for the CMK.
Declaration
Swift
public let keyId: String?
-
The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed.
Declaration
Swift
public let keyManager: String?
-
The state of the CMK.
Declaration
Swift
public let keyState: String?
-
The source of the CMK’s key material. When this value is AWS_KMS, AWS KMS created the key material. When this value is EXTERNAL, the key material was imported from your existing key management infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM, the key material was created in the AWS CloudHSM cluster associated with a custom key store.
Declaration
Swift
public let origin: String?
-
Undocumented
Declaration
Swift
public init(aWSAccountId: String? = nil, creationDate: Double? = nil, description: String? = nil, keyId: String? = nil, keyManager: String? = nil, keyState: String? = nil, origin: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws