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

RevokeClusterSecurityGroupIngressMessage

import type { RevokeClusterSecurityGroupIngressMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface RevokeClusterSecurityGroupIngressMessage {
CIDRIP?: string | null;
ClusterSecurityGroupName: string;
EC2SecurityGroupName?: string | null;
EC2SecurityGroupOwnerId?: string | null;
}

§Properties

§
CIDRIP?: string | null
[src]

The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.

§
ClusterSecurityGroupName: string
[src]

The name of the security Group from which to revoke the ingress rule.

§
EC2SecurityGroupName?: string | null
[src]

The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.

§
EC2SecurityGroupOwnerId?: string | null
[src]

The Amazon Web Services account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The Amazon Web Services access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

Example: 111122223333