EncryptionKey

public struct EncryptionKey : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The ID used to identify the key. For an AWS KMS key, you can use the key ID, the key ARN, or the alias ARN. Aliases are recognized only in the account that created the customer master key (CMK). For cross-account actions, you can only use the key ID or key ARN to identify the key.

    Declaration

    Swift

    public let id: String
  • The type of encryption key, such as an AWS Key Management Service (AWS KMS) key. When creating or updating a pipeline, the value must be set to ‘KMS’.

    Declaration

    Swift

    public let type: EncryptionKeyType
  • Undocumented

    Declaration

    Swift

    public init(id: String, type: EncryptionKeyType)
  • Declaration

    Swift

    public func validate(name: String) throws