AWS::CodeDeploy::DeploymentGroup TagFilter - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::CodeDeploy::DeploymentGroup TagFilter

TagFilter is a property type of the AWS::CodeDeploy::DeploymentGroup resource that specifies which on-premises instances to associate with the deployment group. To register on-premise instances with AWS CodeDeploy, see Configure Existing On-Premises Instances by Using AWS CodeDeploy in the AWS CodeDeploy User Guide.

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 AWS CodeDeploy in the AWS CodeDeploy User Guide.

Syntax

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

JSON

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

YAML

Key: String Type: String Value: String

Properties

Key

The on-premises instance tag filter key.

Required: No

Type: String

Update requires: No interruption

Type

The on-premises instance 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 on-premises instance tag filter value.

Required: No

Type: String

Update requires: No interruption