EncryptionCopyimport type { Encryption } from "https://aws-api-gyr5wj9zj0fg.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]