class Aws::Redshift::Types::CreateClusterSecurityGroupMessage

@note When making an API call, you may pass CreateClusterSecurityGroupMessage

data as a hash:

    {
      cluster_security_group_name: "String", # required
      description: "String", # required
      tags: [
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] cluster_security_group_name

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`
@return [String]

@!attribute [rw] description

A description for the security group.
@return [String]

@!attribute [rw] tags

A list of tag instances.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateClusterSecurityGroupMessage AWS API Documentation

Constants

SENSITIVE