interface RedshiftServerlessStorageProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnDataSource.RedshiftServerlessStorageProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnDataSource_RedshiftServerlessStorageProperty |
![]() | software.amazon.awscdk.services.datazone.CfnDataSource.RedshiftServerlessStorageProperty |
![]() | aws_cdk.aws_datazone.CfnDataSource.RedshiftServerlessStorageProperty |
![]() | aws-cdk-lib » aws_datazone » CfnDataSource » RedshiftServerlessStorageProperty |
The details of the Amazon Redshift Serverless workgroup storage.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from 'aws-cdk-lib';
const redshiftServerlessStorageProperty: datazone.CfnDataSource.RedshiftServerlessStorageProperty = {
workgroupName: 'workgroupName',
};
Properties
Name | Type | Description |
---|---|---|
workgroup | string | The name of the Amazon Redshift Serverless workgroup. |
workgroupName
Type:
string
The name of the Amazon Redshift Serverless workgroup.