Show / Hide Table of Contents

Class CfnConnector.ScaleOutPolicyProperty

The scale-out policy for the connector.

Inheritance
object
CfnConnector.ScaleOutPolicyProperty
Implements
CfnConnector.IScaleOutPolicyProperty
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.KafkaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnector.ScaleOutPolicyProperty : CfnConnector.IScaleOutPolicyProperty
Syntax (vb)
Public Class CfnConnector.ScaleOutPolicyProperty Implements CfnConnector.IScaleOutPolicyProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-connector-scaleoutpolicy.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.KafkaConnect;

             var scaleOutPolicyProperty = new ScaleOutPolicyProperty {
                 CpuUtilizationPercentage = 123
             };

Synopsis

Constructors

ScaleOutPolicyProperty()

The scale-out policy for the connector.

Properties

CpuUtilizationPercentage

The CPU utilization percentage threshold at which you want connector scale out to be triggered.

Constructors

ScaleOutPolicyProperty()

The scale-out policy for the connector.

public ScaleOutPolicyProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-connector-scaleoutpolicy.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.KafkaConnect;

             var scaleOutPolicyProperty = new ScaleOutPolicyProperty {
                 CpuUtilizationPercentage = 123
             };

Properties

CpuUtilizationPercentage

The CPU utilization percentage threshold at which you want connector scale out to be triggered.

public double CpuUtilizationPercentage { get; set; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-connector-scaleoutpolicy.html#cfn-kafkaconnect-connector-scaleoutpolicy-cpuutilizationpercentage

Implements

CfnConnector.IScaleOutPolicyProperty
Back to top Generated by DocFX