Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aws_api/services/ec2@2016-11-15/mod.ts>RevokeSecurityGroupIngressRequest

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
interface RevokeSecurityGroupIngressRequest
import { type RevokeSecurityGroupIngressRequest } from "https://deno.land/x/aws_api@v0.1.0/services/ec2@2016-11-15/mod.ts";

Properties

optional
CidrIp: string | null
optional
FromPort: number | null
optional
GroupId: string | null
optional
GroupName: string | null
optional
IpPermissions: IpPermission[] | null
optional
IpProtocol: string | null
optional
SourceSecurityGroupName: string | null
optional
SourceSecurityGroupOwnerId: string | null
optional
ToPort: number | null
optional
DryRun: boolean | null