Show / Hide Table of Contents

Interface IAutoScalingConfiguration

(experimental) Represents the App Runner Auto Scaling Configuration.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.AppRunner.Alpha
Assembly: Amazon.CDK.AWS.AppRunner.Alpha.dll
Syntax (csharp)
public interface IAutoScalingConfiguration : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IAutoScalingConfiguration Inherits IResource, IConstruct, IDependable
Remarks

Stability: Experimental

Synopsis

Properties

AutoScalingConfigurationArn

(experimental) The ARN of the Auto Scaling Configuration.

AutoScalingConfigurationName

(experimental) The Name of the Auto Scaling Configuration.

AutoScalingConfigurationRevision

(experimental) The revision of the Auto Scaling Configuration.

Properties

AutoScalingConfigurationArn

(experimental) The ARN of the Auto Scaling Configuration.

string AutoScalingConfigurationArn { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

AutoScalingConfigurationName

(experimental) The Name of the Auto Scaling Configuration.

string AutoScalingConfigurationName { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

AutoScalingConfigurationRevision

(experimental) The revision of the Auto Scaling Configuration.

double AutoScalingConfigurationRevision { get; }
Property Value

double

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX