Show / Hide Table of Contents

Class CfnConnector.ScaleInPolicyProperty

The scale-in policy for the connector.

Inheritance
object
CfnConnector.ScaleInPolicyProperty
Implements
CfnConnector.IScaleInPolicyProperty
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.ScaleInPolicyProperty : CfnConnector.IScaleInPolicyProperty
Syntax (vb)
Public Class CfnConnector.ScaleInPolicyProperty Implements CfnConnector.IScaleInPolicyProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-connector-scaleinpolicy.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 scaleInPolicyProperty = new ScaleInPolicyProperty {
                 CpuUtilizationPercentage = 123
             };

Synopsis

Constructors

ScaleInPolicyProperty()

The scale-in policy for the connector.

Properties

CpuUtilizationPercentage

Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.

Constructors

ScaleInPolicyProperty()

The scale-in policy for the connector.

public ScaleInPolicyProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-connector-scaleinpolicy.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 scaleInPolicyProperty = new ScaleInPolicyProperty {
                 CpuUtilizationPercentage = 123
             };

Properties

CpuUtilizationPercentage

Specifies the CPU utilization percentage threshold at which you want connector scale in 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-scaleinpolicy.html#cfn-kafkaconnect-connector-scaleinpolicy-cpuutilizationpercentage

Implements

CfnConnector.IScaleInPolicyProperty
Back to top Generated by DocFX