Show / Hide Table of Contents

Interface CfnConnection.IHyperPodPropertiesInputProperty

The hyper pod properties of a AWS Glue properties patch.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-hyperpodpropertiesinput.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 hyperPodPropertiesInputProperty = new HyperPodPropertiesInputProperty {
                 ClusterName = "clusterName"
             };

Synopsis

Properties

ClusterName

The cluster name the hyper pod properties.

Properties

ClusterName

The cluster name the hyper pod properties.

string ClusterName { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX