AWS::CodeDeploy::DeploymentGroup EC2TagFilter - AWS CloudFormation

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

Syntax

To declare this entity in your AWS 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