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

CreateClusterSecurityGroupMessage

import type { CreateClusterSecurityGroupMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface CreateClusterSecurityGroupMessage {
ClusterSecurityGroupName: string;
Description: string;
Tags?: Tag[] | null;
}

§Properties

§
ClusterSecurityGroupName: string
[src]

The name for the security group. Amazon Redshift stores the value as a lowercase string.

Constraints:

  • Must contain no more than 255 alphanumeric characters or hyphens.
  • Must not be "Default".
  • Must be unique for all security groups that are created by your Amazon Web Services account.

Example: examplesecuritygroup

§
Description: string
[src]

A description for the security group.

§
Tags?: Tag[] | null
[src]

A list of tag instances.