Full name:
org.kuali.maven.plugins:ec2-maven-plugin:1.1.3:describeimages
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
accessKey | String | - | The AWS Access Key Id for an account on EC2 |
secretKey | String | - | The AWS Secret Access Key for an account on EC2 |
Name | Type | Since | Description |
---|---|---|---|
imagesIds | List | - | A list of images id's to display information about |
tag | String | - | The tag to display for each image. Default value is: Name. |
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> |
tag:
tags:
<tags> <tag> <key>Name</key> <value>production</value> </tag> <tag> <key>Category</key> <value>networking</value> </tag> </tags>