Full name:
org.kuali.maven.plugins:ec2-maven-plugin:1.1.5:tag
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
accessKey | String | - | The AWS Access Key Id for an account on EC2 |
resourceId | String | - | The id of the resource to tag. Set this to NONE to
skip tagging any resources |
secretKey | String | - | The AWS Secret Access Key for an account on EC2 |
Name | Type | Since | Description |
---|---|---|---|
tags | List | - | List of tags to associate with the resource. Tags are key value
pairs and can be supplied in the plugin configuration like
this:<tags> <tag> <key>Name</key> <value>production</value> </tag> <tag> <key>Category</key> <value>networking</value> </tag> </tags> |
tags:
<tags> <tag> <key>Name</key> <value>production</value> </tag> <tag> <key>Category</key> <value>networking</value> </tag> </tags>