Interface IAutoScalingConfiguration
(experimental) Represents the App Runner Auto Scaling Configuration.
Namespace: Amazon.CDK.AWS.AppRunner.Alpha
Assembly: Amazon.CDK.AWS.AppRunner.Alpha.dll
Syntax (csharp)
public interface IAutoScalingConfiguration : IResource
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
System.String
Remarks
Stability: Experimental
Attribute: true
AutoScalingConfigurationName
(experimental) The Name of the Auto Scaling Configuration.
string AutoScalingConfigurationName { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: true
AutoScalingConfigurationRevision
(experimental) The revision of the Auto Scaling Configuration.
double AutoScalingConfigurationRevision { get; }
Property Value
System.Double
Remarks
Stability: Experimental
Attribute: true