aws-cdk-lib.aws_autoscalingplans.CfnScalingPlan.TagFilterProperty

interface TagFilterProperty

LanguageType name
.NETAmazon.CDK.AWS.AutoScalingPlans.CfnScalingPlan.TagFilterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsautoscalingplans#CfnScalingPlan_TagFilterProperty
Javasoftware.amazon.awscdk.services.autoscalingplans.CfnScalingPlan.TagFilterProperty
Pythonaws_cdk.aws_autoscalingplans.CfnScalingPlan.TagFilterProperty
TypeScript aws-cdk-lib » aws_autoscalingplans » CfnScalingPlan » TagFilterProperty

TagFilter is a subproperty of ApplicationSource that specifies a tag for an application source to use with AWS Auto Scaling ( Auto Scaling Plans ).

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_autoscalingplans as autoscalingplans } from 'aws-cdk-lib';
const tagFilterProperty: autoscalingplans.CfnScalingPlan.TagFilterProperty = {
  key: 'key',

  // the properties below are optional
  values: ['values'],
};

Properties

NameTypeDescription
keystringThe tag key.
values?string[]The tag values (0 to 20).

key

Type: string

The tag key.


values?

Type: string[] (optional)

The tag values (0 to 20).