Interface AutoscalingplansScalingPlanApplicationSource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AutoscalingplansScalingPlanApplicationSource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.706Z") @Stability(Stable) public interface AutoscalingplansScalingPlanApplicationSource extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAutoscalingplansScalingPlanApplicationSource.BuilderA builder forAutoscalingplansScalingPlanApplicationSourcestatic classAutoscalingplansScalingPlanApplicationSource.Jsii$ProxyAn implementation forAutoscalingplansScalingPlanApplicationSource
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AutoscalingplansScalingPlanApplicationSource.Builderbuilder()default StringgetCloudformationStackArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/autoscalingplans_scaling_plan#cloudformation_stack_arn AutoscalingplansScalingPlan#cloudformation_stack_arn}.default ObjectgetTagFilter()tag_filter block.
-
-
-
Method Detail
-
getCloudformationStackArn
@Stability(Stable) @Nullable default String getCloudformationStackArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/autoscalingplans_scaling_plan#cloudformation_stack_arn AutoscalingplansScalingPlan#cloudformation_stack_arn}.
-
getTagFilter
@Stability(Stable) @Nullable default Object getTagFilter()
tag_filter block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/autoscalingplans_scaling_plan#tag_filter AutoscalingplansScalingPlan#tag_filter}
-
builder
@Stability(Stable) static AutoscalingplansScalingPlanApplicationSource.Builder builder()
-
-