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

PutContainerRecipePolicyResponse

import type { PutContainerRecipePolicyResponse } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";
interface PutContainerRecipePolicyResponse {
containerRecipeArn?: string | null;
requestId?: string | null;
}

§Properties

§
containerRecipeArn?: string | null
[src]

The Amazon Resource Name (ARN) of the container recipe that this policy was applied to.

§
requestId?: string | null
[src]

The request ID that uniquely identifies this request.