AssociateKmsKeyRequest

public struct AssociateKmsKeyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

    Declaration

    Swift

    public let kmsKeyId: String
  • The name of the log group.

    Declaration

    Swift

    public let logGroupName: String
  • Undocumented

    Declaration

    Swift

    public init(kmsKeyId: String, logGroupName: String)
  • Declaration

    Swift

    public func validate(name: String) throws