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

Statement

import type { Statement } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";

Contains a reference to a Statement element in a policy document that determines the result of the simulation.

This data type is used by the MatchedStatements member of the "EvaluationResult" type.

interface Statement {
EndPosition?: Position | null;
SourcePolicyId?: string | null;
SourcePolicyType?: PolicySourceType | null;
StartPosition?: Position | null;
}

§Properties

§
EndPosition?: Position | null
[src]

The row and column of the end of a Statement in an IAM policy.

§
SourcePolicyId?: string | null
[src]

The identifier of the policy that was provided as an input.

§
SourcePolicyType?: PolicySourceType | null
[src]

The type of the policy.

§
StartPosition?: Position | null
[src]

The row and column of the beginning of the Statement in an IAM policy.