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

StaticValue

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

The static value of the resource.

interface StaticValue {
Values: string[];
}

§Properties

§
Values: string[]
[src]

A list of values. For example, the ARN of the assumed role.