Show / Hide Table of Contents

Interface CfnDataSource.IRedshiftServerlessStorageProperty

The details of the Amazon Redshift Serverless workgroup storage.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataSource.IRedshiftServerlessStorageProperty
Syntax (vb)
Public Interface CfnDataSource.IRedshiftServerlessStorageProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-redshiftserverlessstorage.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.DataZone;

             var redshiftServerlessStorageProperty = new RedshiftServerlessStorageProperty {
                 WorkgroupName = "workgroupName"
             };

Synopsis

Properties

WorkgroupName

The name of the Amazon Redshift Serverless workgroup.

Properties

WorkgroupName

The name of the Amazon Redshift Serverless workgroup.

string WorkgroupName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-redshiftserverlessstorage.html#cfn-datazone-datasource-redshiftserverlessstorage-workgroupname

Back to top Generated by DocFX