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

DescribeInputSecurityGroupResponse

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

Placeholder documentation for DescribeInputSecurityGroupResponse

interface DescribeInputSecurityGroupResponse {
Arn?: string | null;
Id?: string | null;
Inputs?: string[] | null;
State?: InputSecurityGroupState | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
WhitelistRules?: InputWhitelistRule[] | null;
}

§Properties

§
Arn?: string | null
[src]

Unique ARN of Input Security Group

§
Id?: string | null
[src]

The Id of the Input Security Group

§
Inputs?: string[] | null
[src]

The list of inputs currently using this Input Security Group.

§

The current state of the Input Security Group.

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

A collection of key-value pairs.

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

Whitelist rules and their sync status