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

CreatePolicyResponse

import type { CreatePolicyResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";

The output from the CreatePolicy operation.

interface CreatePolicyResponse {
policyArn?: string | null;
policyDocument?: string | null;
policyName?: string | null;
policyVersionId?: string | null;
}

§Properties

§
policyArn?: string | null
[src]

The policy ARN.

§
policyDocument?: string | null
[src]

The JSON document that describes the policy.

§
policyName?: string | null
[src]

The policy name.

§
policyVersionId?: string | null
[src]

The policy version ID.