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

GetGeneratedPolicyRequest

import type { GetGeneratedPolicyRequest } from "https://aws-api.deno.dev/v0.3/services/accessanalyzer.ts?docs=full";
interface GetGeneratedPolicyRequest {
includeResourcePlaceholders?: boolean | null;
includeServiceLevelTemplate?: boolean | null;
jobId: string;
}

§Properties

§
includeResourcePlaceholders?: boolean | null
[src]

The level of detail that you want to generate. You can specify whether to generate policies with placeholders for resource ARNs for actions that support resource level granularity in policies.

For example, in the resource section of a policy, you can receive a placeholder such as "Resource":"arn:aws:s3:::${BucketName}" instead of "*".

§
includeServiceLevelTemplate?: boolean | null
[src]

The level of detail that you want to generate. You can specify whether to generate service-level policies.

IAM Access Analyzer uses iam:servicelastaccessed to identify services that have been used recently to create this service-level template.

§
jobId: string
[src]

The JobId that is returned by the StartPolicyGeneration operation. The JobId can be used with GetGeneratedPolicy to retrieve the generated policies or used with CancelPolicyGeneration to cancel the policy generation request.