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
Amazon CodeDeploy, see Configure Existing On-Premises
Instances by Using Amazon CodeDeploy in the
Amazon 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 Amazon CodeDeploy in the Amazon CodeDeploy User Guide.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
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