Full name:
org.kuali.maven.plugins:ec2-maven-plugin:1.1.4:findinstance
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
accessKey | String | - | The AWS Access Key Id for an account on EC2 |
failIfNotFound | boolean | - | If true, fail the build when no matching instance is found Default value is: false. |
instanceIdProperty | String | - | If supplied, the id of the instance located by the plugin is stored
as this project property. If no matching instance is located, the
property is set to the value NONE. Default value is: ec2.instance.id. |
secretKey | String | - | The AWS Secret Access Key for an account on EC2 |
tag | String | - | The name of the tag to search for Default value is: Name. |
Name | Type | Since | Description |
---|---|---|---|
tags | List | - | List of tags. Tags are name/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> |
value | String | - | The value that tag needs to have |
tag:
tags:
<tags> <tag> <key>Name</key> <value>production</value> </tag> <tag> <key>Category</key> <value>networking</value> </tag> </tags>