@Stability(value=Stable) public static final class CfnScalingPlan.ApplicationSourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnScalingPlan.ApplicationSourceProperty>
CfnScalingPlan.ApplicationSourceProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnScalingPlan.ApplicationSourceProperty |
build()
Builds the configured instance.
|
CfnScalingPlan.ApplicationSourceProperty.Builder |
cloudFormationStackArn(String cloudFormationStackArn)
Sets the value of
CfnScalingPlan.ApplicationSourceProperty.getCloudFormationStackArn() |
CfnScalingPlan.ApplicationSourceProperty.Builder |
tagFilters(IResolvable tagFilters)
Sets the value of
CfnScalingPlan.ApplicationSourceProperty.getTagFilters() |
CfnScalingPlan.ApplicationSourceProperty.Builder |
tagFilters(List<? extends Object> tagFilters)
Sets the value of
CfnScalingPlan.ApplicationSourceProperty.getTagFilters() |
@Stability(value=Stable) public CfnScalingPlan.ApplicationSourceProperty.Builder cloudFormationStackArn(String cloudFormationStackArn)
CfnScalingPlan.ApplicationSourceProperty.getCloudFormationStackArn()
cloudFormationStackArn
- The Amazon Resource Name (ARN) of a CloudFormation stack.
You must specify either a CloudFormationStackARN
or TagFilters
.this
@Stability(value=Stable) public CfnScalingPlan.ApplicationSourceProperty.Builder tagFilters(IResolvable tagFilters)
CfnScalingPlan.ApplicationSourceProperty.getTagFilters()
tagFilters
- A set of tag filters (keys and values).
Each tag filter specified must contain a key with values as optional. Each scaling plan can include up to 50 keys, and each key can include up to 20 values.
Tags are part of the syntax that you use to specify the resources you want returned when configuring a scaling plan from the AWS Auto Scaling console. You do not need to specify valid tag filter values when you create a scaling plan with CloudFormation. The Key
and Values
properties can accept any value as long as the combination of values is unique across scaling plans. However, if you also want to use the AWS Auto Scaling console to edit the scaling plan, then you must specify valid values.
You must specify either a CloudFormationStackARN
or TagFilters
.
this
@Stability(value=Stable) public CfnScalingPlan.ApplicationSourceProperty.Builder tagFilters(List<? extends Object> tagFilters)
CfnScalingPlan.ApplicationSourceProperty.getTagFilters()
tagFilters
- A set of tag filters (keys and values).
Each tag filter specified must contain a key with values as optional. Each scaling plan can include up to 50 keys, and each key can include up to 20 values.
Tags are part of the syntax that you use to specify the resources you want returned when configuring a scaling plan from the AWS Auto Scaling console. You do not need to specify valid tag filter values when you create a scaling plan with CloudFormation. The Key
and Values
properties can accept any value as long as the combination of values is unique across scaling plans. However, if you also want to use the AWS Auto Scaling console to edit the scaling plan, then you must specify valid values.
You must specify either a CloudFormationStackARN
or TagFilters
.
this
@Stability(value=Stable) public CfnScalingPlan.ApplicationSourceProperty build()
build
in interface software.amazon.jsii.Builder<CfnScalingPlan.ApplicationSourceProperty>
CfnScalingPlan.ApplicationSourceProperty
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.