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

AuthorizeClusterSecurityGroupIngressMessage

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

§Properties

§
CIDRIP?: string | null
[src]

The IP range to be added the Amazon Redshift security group.

§
ClusterSecurityGroupName: string
[src]

The name of the security group to which the ingress rule is added.

§
EC2SecurityGroupName?: string | null
[src]

The EC2 security group to be added the Amazon Redshift security group.

§
EC2SecurityGroupOwnerId?: string | null
[src]

The Amazon Web Services account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The Amazon Web Services Access Key ID is not an acceptable value.

Example: 111122223333