AWS::CodeDeploy::DeploymentGroup EC2TagFilter - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::CodeDeploy::DeploymentGroup EC2TagFilter

Information about an Amazon EC2 tag filter.

For more information about using tags and tag groups to help manage your Amazon EC2 instances and on-premises instances, see Tagging Instances for Deployment Groups in Amazon CodeDeploy in the Amazon CodeDeploy User Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Key" : String, "Type" : String, "Value" : String }

YAML

Key: String Type: String Value: String

Properties

Key

The tag filter key.

Required: No

Type: String

Update requires: No interruption

Type

The tag filter type:

  • KEY_ONLY: Key only.

  • VALUE_ONLY: Value only.

  • KEY_AND_VALUE: Key and value.

Required: No

Type: String

Allowed values: KEY_ONLY | VALUE_ONLY | KEY_AND_VALUE

Update requires: No interruption

Value

The tag filter value.

Required: No

Type: String

Update requires: No interruption