AWS::CodeDeploy::DeploymentGroup OnPremisesTagSet - 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 OnPremisesTagSet

The OnPremisesTagSet property type specifies a list containing other lists of on-premises instance tag groups. In order for an instance to be included in the deployment group, it must be identified by all the tag groups in the list.

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.

OnPremisesTagSet is a property of the DeploymentGroup resource.

Syntax

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

Properties

OnPremisesTagSetList

A list that contains other lists of on-premises instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.

Duplicates are not allowed.

Required: No

Type: Array of OnPremisesTagSetListObject

Update requires: No interruption