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

UpdateInputSecurityGroupRequest

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

The request to update some combination of the Input Security Group name and the IPv4 CIDRs the Input Security Group should allow.

interface UpdateInputSecurityGroupRequest {
InputSecurityGroupId: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
WhitelistRules?: InputWhitelistRuleCidr[] | null;
}

§Properties

§
InputSecurityGroupId: string
[src]

The id of the Input Security Group to update.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A collection of key-value pairs.

§
WhitelistRules?: InputWhitelistRuleCidr[] | null
[src]

List of IPv4 CIDR addresses to whitelist