@Generated(value="jsii-pacmak/0.19.0 (build 7c562bc)", date="2019-10-15T19:45:44.292Z") @Stability(value=External) public class CfnScalingPlan extends software.amazon.awscdk.core.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnScalingPlan.ApplicationSourceProperty |
static interface |
CfnScalingPlan.CustomizedLoadMetricSpecificationProperty |
static interface |
CfnScalingPlan.CustomizedScalingMetricSpecificationProperty |
static interface |
CfnScalingPlan.MetricDimensionProperty |
static interface |
CfnScalingPlan.PredefinedLoadMetricSpecificationProperty |
static interface |
CfnScalingPlan.PredefinedScalingMetricSpecificationProperty |
static interface |
CfnScalingPlan.ScalingInstructionProperty |
static interface |
CfnScalingPlan.TagFilterProperty |
static interface |
CfnScalingPlan.TargetTrackingConfigurationProperty |
| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnScalingPlan(software.amazon.awscdk.core.Construct scope,
String id,
CfnScalingPlanProps props)
Create a new `AWS::AutoScalingPlans::ScalingPlan`.
|
protected |
CfnScalingPlan(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnScalingPlan(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getApplicationSource()
`AWS::AutoScalingPlans::ScalingPlan.ApplicationSource`.
|
String |
getAttrScalingPlanName() |
String |
getAttrScalingPlanVersion() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getScalingInstructions()
`AWS::AutoScalingPlans::ScalingPlan.ScalingInstructions`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setApplicationSource(CfnScalingPlan.ApplicationSourceProperty value)
`AWS::AutoScalingPlans::ScalingPlan.ApplicationSource`.
|
void |
setApplicationSource(software.amazon.awscdk.core.IResolvable value)
`AWS::AutoScalingPlans::ScalingPlan.ApplicationSource`.
|
void |
setScalingInstructions(software.amazon.awscdk.core.IResolvable value)
`AWS::AutoScalingPlans::ScalingPlan.ScalingInstructions`.
|
void |
setScalingInstructions(List<Object> value)
`AWS::AutoScalingPlans::ScalingPlan.ScalingInstructions`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, prepare, synthesize, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRef@Stability(value=External) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnScalingPlan(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnScalingPlan(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=External)
public CfnScalingPlan(software.amazon.awscdk.core.Construct scope,
String id,
CfnScalingPlanProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=External) protected Map<String,Object> renderProperties(Map<String,Object> props)
renderProperties in class software.amazon.awscdk.core.CfnResourceprops - This parameter is required.@Stability(value=External) public String getAttrScalingPlanName()
@Stability(value=External) public String getAttrScalingPlanVersion()
@Stability(value=External) protected Map<String,Object> getCfnProperties()
getCfnProperties in class software.amazon.awscdk.core.CfnResource@Stability(value=External) public Object getApplicationSource()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html#cfn-autoscalingplans-scalingplan-applicationsource@Stability(value=External) public void setApplicationSource(CfnScalingPlan.ApplicationSourceProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html#cfn-autoscalingplans-scalingplan-applicationsource@Stability(value=External) public void setApplicationSource(software.amazon.awscdk.core.IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html#cfn-autoscalingplans-scalingplan-applicationsource@Stability(value=External) public Object getScalingInstructions()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html#cfn-autoscalingplans-scalingplan-scalinginstructions@Stability(value=External) public void setScalingInstructions(software.amazon.awscdk.core.IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html#cfn-autoscalingplans-scalingplan-scalinginstructions@Stability(value=External) public void setScalingInstructions(List<Object> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html#cfn-autoscalingplans-scalingplan-scalinginstructionsCopyright © 2019. All rights reserved.