Show / Hide Table of Contents

Interface IAutoScalingConfigurationAttributes

(experimental) Attributes for the App Runner Auto Scaling Configuration.

Namespace: Amazon.CDK.AWS.AppRunner.Alpha
Assembly: Amazon.CDK.AWS.AppRunner.Alpha.dll
Syntax (csharp)
public interface IAutoScalingConfigurationAttributes
Syntax (vb)
Public Interface IAutoScalingConfigurationAttributes
Remarks

Stability: Experimental

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.AppRunner.Alpha;

             var autoScalingConfigurationAttributes = new AutoScalingConfigurationAttributes {
                 AutoScalingConfigurationName = "autoScalingConfigurationName",
                 AutoScalingConfigurationRevision = 123
             };

Synopsis

Properties

AutoScalingConfigurationName

(experimental) The name of the Auto Scaling Configuration.

AutoScalingConfigurationRevision

(experimental) The revision of the Auto Scaling Configuration.

Properties

AutoScalingConfigurationName

(experimental) The name of the Auto Scaling Configuration.

string AutoScalingConfigurationName { get; }
Property Value

string

Remarks

Stability: Experimental

AutoScalingConfigurationRevision

(experimental) The revision of the Auto Scaling Configuration.

double AutoScalingConfigurationRevision { get; }
Property Value

double

Remarks

Stability: Experimental

Back to top Generated by DocFX