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

Encryption

import type { Encryption } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/mediaconnect.ts";
interface Encryption {
Algorithm?: Algorithm | null;
ConstantInitializationVector?: string | null;
DeviceId?: string | null;
KeyType?: KeyType | null;
Region?: string | null;
ResourceId?: string | null;
RoleArn: string;
SecretArn?: string | null;
Url?: string | null;
}

§Properties

§
Algorithm?: Algorithm | null
[src]
§
ConstantInitializationVector?: string | null
[src]
§
DeviceId?: string | null
[src]
§
KeyType?: KeyType | null
[src]
§
Region?: string | null
[src]
§
ResourceId?: string | null
[src]
§
RoleArn: string
[src]
§
SecretArn?: string | null
[src]
§
Url?: string | null
[src]