Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateSecurityRequest

import type { UpdateSecurityRequest } from "https://aws-api.deno.dev/v0.3/services/kafka.ts?docs=full";
interface UpdateSecurityRequest {
ClientAuthentication?: ClientAuthentication | null;
ClusterArn: string;
CurrentVersion: string;
EncryptionInfo?: EncryptionInfo | null;
}

§Properties

§
ClientAuthentication?: ClientAuthentication | null
[src]

Includes all client authentication related information.

§
ClusterArn: string
[src]

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

§
CurrentVersion: string
[src]

The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.

§
EncryptionInfo?: EncryptionInfo | null
[src]

Includes all encryption-related information.