AWSCDK::Redshift

20 types

Amazon Redshift Construct Library

This module is part of the AWS Cloud Development Kit project.

require 'aws-cdk-lib'

There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:

An experimental construct library for this service is available in preview. Since it is not stable yet, it is distributed as a separate package so that you can pin its version independently of the rest of the CDK. See the package:

@aws-cdk/aws-redshift-alpha

There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.

For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::Redshift.

(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)

API Reference

Classes 10

CfnClusterSpecifies a cluster. A *cluster* is a fully managed data warehouse that consists of a set CfnClusterParameterGroupDescribes a parameter group. CfnClusterSecurityGroupSpecifies a new Amazon Redshift security group. You use security groups to control access CfnClusterSecurityGroupIngressAdds an inbound (ingress) rule to an Amazon Redshift security group. CfnClusterSubnetGroupSpecifies an Amazon Redshift subnet group. CfnEndpointAccessCreates a Redshift-managed VPC endpoint. CfnEndpointAuthorizationDescribes an endpoint authorization for authorizing Redshift-managed VPC endpoint access t CfnEventSubscriptionhttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-events CfnIntegrationDescribes a zero-ETL or S3 integration. CfnScheduledActionCreates a scheduled action.

Interfaces 10

CfnClusterParameterGroupPropsProperties for defining a `CfnClusterParameterGroup`. CfnClusterPropsProperties for defining a `CfnCluster`. CfnClusterSecurityGroupIngressPropsProperties for defining a `CfnClusterSecurityGroupIngress`. CfnClusterSecurityGroupPropsProperties for defining a `CfnClusterSecurityGroup`. CfnClusterSubnetGroupPropsProperties for defining a `CfnClusterSubnetGroup`. CfnEndpointAccessPropsProperties for defining a `CfnEndpointAccess`. CfnEndpointAuthorizationPropsProperties for defining a `CfnEndpointAuthorization`. CfnEventSubscriptionPropsProperties for defining a `CfnEventSubscription`. CfnIntegrationPropsProperties for defining a `CfnIntegration`. CfnScheduledActionPropsProperties for defining a `CfnScheduledAction`.