Show / Hide Table of Contents

Class CfnScalingPolicy

A CloudFormation AWS::ApplicationAutoScaling::ScalingPolicy.

Inheritance
System.Object
Construct
CfnElement
CfnRefElement
CfnResource
CfnScalingPolicy
Implements
IConstruct
Constructs.IConstruct
IDependable
IInspectable
Inherited Members
CfnResource.IsCfnResource(IConstruct)
CfnResource.AddDeletionOverride(String)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(String, Object)
CfnResource.AddOverride(String, Object)
CfnResource.AddPropertyDeletionOverride(String)
CfnResource.AddPropertyOverride(String, Object)
CfnResource.ApplyRemovalPolicy(Nullable<RemovalPolicy>, IRemovalPolicyOptions)
CfnResource.GetAtt(String)
CfnResource.GetMetadata(String)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(Object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnRefElement.Ref
CfnElement.IsCfnElement(Object)
CfnElement.OverrideLogicalId(String)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.ApplicationAutoScaling
Assembly: Amazon.CDK.AWS.ApplicationAutoScaling.dll
Syntax (csharp)
public class CfnScalingPolicy : CfnResource, IConstruct, IConstruct, IDependable, IInspectable
Syntax (vb)
Public Class CfnScalingPolicy
    Inherits CfnResource
    Implements IConstruct, IConstruct, IDependable, IInspectable
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html

CloudformationResource: AWS::ApplicationAutoScaling::ScalingPolicy

Synopsis

Constructors

CfnScalingPolicy(Construct, String, ICfnScalingPolicyProps)

Create a new AWS::ApplicationAutoScaling::ScalingPolicy.

CfnScalingPolicy(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

CfnScalingPolicy(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

Properties

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties
PolicyName

AWS::ApplicationAutoScaling::ScalingPolicy.PolicyName.

PolicyType

AWS::ApplicationAutoScaling::ScalingPolicy.PolicyType.

ResourceId

AWS::ApplicationAutoScaling::ScalingPolicy.ResourceId.

ScalableDimension

AWS::ApplicationAutoScaling::ScalingPolicy.ScalableDimension.

ScalingTargetId

AWS::ApplicationAutoScaling::ScalingPolicy.ScalingTargetId.

ServiceNamespace

AWS::ApplicationAutoScaling::ScalingPolicy.ServiceNamespace.

StepScalingPolicyConfiguration

AWS::ApplicationAutoScaling::ScalingPolicy.StepScalingPolicyConfiguration.

TargetTrackingScalingPolicyConfiguration

AWS::ApplicationAutoScaling::ScalingPolicy.TargetTrackingScalingPolicyConfiguration.

Methods

Inspect(TreeInspector)

(experimental) Examines the CloudFormation resource and discloses attributes.

RenderProperties(IDictionary<String, Object>)

Constructors

CfnScalingPolicy(Construct, String, ICfnScalingPolicyProps)

Create a new AWS::ApplicationAutoScaling::ScalingPolicy.

public CfnScalingPolicy(Construct scope, string id, ICfnScalingPolicyProps props)
Parameters
scope Construct
  • scope in which this resource is defined.
id System.String
  • scoped id of the resource.
props ICfnScalingPolicyProps
  • resource properties.

CfnScalingPolicy(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected CfnScalingPolicy(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

CfnScalingPolicy(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected CfnScalingPolicy(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

Properties

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

System.String

CfnProperties

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

System.Collections.Generic.IDictionary<System.String, System.Object>

Overrides
CfnResource.CfnProperties

PolicyName

AWS::ApplicationAutoScaling::ScalingPolicy.PolicyName.

public virtual string PolicyName { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname

PolicyType

AWS::ApplicationAutoScaling::ScalingPolicy.PolicyType.

public virtual string PolicyType { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype

ResourceId

AWS::ApplicationAutoScaling::ScalingPolicy.ResourceId.

public virtual string ResourceId { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid

ScalableDimension

AWS::ApplicationAutoScaling::ScalingPolicy.ScalableDimension.

public virtual string ScalableDimension { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension

ScalingTargetId

AWS::ApplicationAutoScaling::ScalingPolicy.ScalingTargetId.

public virtual string ScalingTargetId { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid

ServiceNamespace

AWS::ApplicationAutoScaling::ScalingPolicy.ServiceNamespace.

public virtual string ServiceNamespace { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace

StepScalingPolicyConfiguration

AWS::ApplicationAutoScaling::ScalingPolicy.StepScalingPolicyConfiguration.

public virtual object StepScalingPolicyConfiguration { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration

TargetTrackingScalingPolicyConfiguration

AWS::ApplicationAutoScaling::ScalingPolicy.TargetTrackingScalingPolicyConfiguration.

public virtual object TargetTrackingScalingPolicyConfiguration { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration

Methods

Inspect(TreeInspector)

(experimental) Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector
  • tree inspector to collect and process attributes.
Remarks

Stability: Experimental

RenderProperties(IDictionary<String, Object>)

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns

System.Collections.Generic.IDictionary<System.String, System.Object>

Overrides
CfnResource.RenderProperties(IDictionary<String, Object>)

Implements

IConstruct
Constructs.IConstruct
IDependable
IInspectable
Back to top Generated by DocFX