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

GetSizeConstraintSetRequest

import type { GetSizeConstraintSetRequest } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface GetSizeConstraintSetRequest {
SizeConstraintSetId: string;
}

§Properties

§
SizeConstraintSetId: string
[src]

The SizeConstraintSetId of the "SizeConstraintSet" that you want to get. SizeConstraintSetId is returned by "CreateSizeConstraintSet" and by "ListSizeConstraintSets".