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

PutConfigRuleRequest

import type { PutConfigRuleRequest } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface PutConfigRuleRequest {
ConfigRule: ConfigRule;
Tags?: Tag[] | null;
}

§Properties

§
ConfigRule: ConfigRule
[src]

The rule that you want to add to your account.

§
Tags?: Tag[] | null
[src]

An array of tag object.