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

SecurityGroupRuleUpdate

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

Describes an update to a security group rule.

interface SecurityGroupRuleUpdate {
SecurityGroupRule?: SecurityGroupRuleRequest | null;
SecurityGroupRuleId?: string | null;
}

§Properties

§
SecurityGroupRule?: SecurityGroupRuleRequest | null
[src]

Information about the security group rule.

§
SecurityGroupRuleId?: string | null
[src]

The ID of the security group rule.