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

UpdateCodeSigningConfigRequest

import type { UpdateCodeSigningConfigRequest } from "https://aws-api.deno.dev/v0.4/services/lambda.ts?docs=full";
interface UpdateCodeSigningConfigRequest {
AllowedPublishers?: AllowedPublishers | null;
CodeSigningConfigArn: string;
CodeSigningPolicies?: CodeSigningPolicies | null;
Description?: string | null;
}

§Properties

§
AllowedPublishers?: AllowedPublishers | null
[src]

Signing profiles for this code signing configuration.

§
CodeSigningConfigArn: string
[src]

The The Amazon Resource Name (ARN) of the code signing configuration.

§
CodeSigningPolicies?: CodeSigningPolicies | null
[src]

The code signing policy.

§
Description?: string | null
[src]

Descriptive name for this code signing configuration.