Show / Hide Table of Contents

Class CfnConnection.HyperPodPropertiesInputProperty

The hyper pod properties of a AWS Glue properties patch.

Inheritance
object
CfnConnection.HyperPodPropertiesInputProperty
Implements
CfnConnection.IHyperPodPropertiesInputProperty
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.HyperPodPropertiesInputProperty : CfnConnection.IHyperPodPropertiesInputProperty
Syntax (vb)
Public Class CfnConnection.HyperPodPropertiesInputProperty Implements 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

Constructors

HyperPodPropertiesInputProperty()

The hyper pod properties of a AWS Glue properties patch.

Properties

ClusterName

The cluster name the hyper pod properties.

Constructors

HyperPodPropertiesInputProperty()

The hyper pod properties of a AWS Glue properties patch.

public HyperPodPropertiesInputProperty()
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"
             };

Properties

ClusterName

The cluster name the hyper pod properties.

public string ClusterName { get; set; }
Property Value

string

Remarks

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

Implements

CfnConnection.IHyperPodPropertiesInputProperty
Back to top Generated by DocFX