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

DescribeConfigurationRevisionRequest

import type { DescribeConfigurationRevisionRequest } from "https://aws-api.deno.dev/v0.3/services/kafka.ts?docs=full";
interface DescribeConfigurationRevisionRequest {
Arn: string;
Revision: number;
}

§Properties

§
Arn: string
[src]

The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.

§
Revision: number
[src]

A string that uniquely identifies a revision of an MSK configuration.