Show / Hide Table of Contents

Class CfnConnection.RedshiftStoragePropertiesProperty

The Amazon Redshift storage properties.

Inheritance
object
CfnConnection.RedshiftStoragePropertiesProperty
Implements
CfnConnection.IRedshiftStoragePropertiesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnection.RedshiftStoragePropertiesProperty : CfnConnection.IRedshiftStoragePropertiesProperty
Syntax (vb)
Public Class CfnConnection.RedshiftStoragePropertiesProperty Implements CfnConnection.IRedshiftStoragePropertiesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftstorageproperties.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 redshiftStoragePropertiesProperty = new RedshiftStoragePropertiesProperty {
                 ClusterName = "clusterName",
                 WorkgroupName = "workgroupName"
             };

Synopsis

Constructors

RedshiftStoragePropertiesProperty()

The Amazon Redshift storage properties.

Properties

ClusterName

The cluster name in the Amazon Redshift storage properties.

WorkgroupName

The workgroup name in the Amazon Redshift storage properties.

Constructors

RedshiftStoragePropertiesProperty()

The Amazon Redshift storage properties.

public RedshiftStoragePropertiesProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftstorageproperties.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 redshiftStoragePropertiesProperty = new RedshiftStoragePropertiesProperty {
                 ClusterName = "clusterName",
                 WorkgroupName = "workgroupName"
             };

Properties

ClusterName

The cluster name in the Amazon Redshift storage properties.

public string? ClusterName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftstorageproperties.html#cfn-datazone-connection-redshiftstorageproperties-clustername

WorkgroupName

The workgroup name in the Amazon Redshift storage properties.

public string? WorkgroupName { get; set; }
Property Value

string

Remarks

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

Implements

CfnConnection.IRedshiftStoragePropertiesProperty
Back to top Generated by DocFX