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

TransferCertificateRequest

import type { TransferCertificateRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";

The input for the TransferCertificate operation.

interface TransferCertificateRequest {
certificateId: string;
targetAwsAccount: string;
transferMessage?: string | null;
}

§Properties

§
certificateId: string
[src]

The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)

§
targetAwsAccount: string
[src]

The Amazon Web Services account.

§
transferMessage?: string | null
[src]

The transfer message.