Full name:
br.com.ingenieux:beanstalk-maven-plugin:1.5.6:bind-domains
Description:
Binds an Elastic Beanstalk Environment into a set of Route53 records
NOTE: THIS IS HIGHLY EXPERIMENTAL CODE
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<applicationName> | String | 0.2.9 | Beanstalk Application Name Default value is: ${project.artifactId}. User property is: beanstalk.applicationName. |
<session> | MavenSession | 0.2.9 | (no description) Default value is: ${session}. |
Name | Type | Since | Description |
---|---|---|---|
<configurableOptionSettings> | List | 0.2.9 |
Allows you to declare your own properties inside the plugin configuration, as long as it starts with "beanstalk.x." <pluginManagement> <plugins> <plugin> <groupId>br.com.ingenieux</groupId> <artifactId>beanstalk-maven-plugin</artifactId> <inherited>true</inherited> <version>XXX</version> <configuration> <tags> <Uses>ingenieux Beanstalker, http://beanstalker.ingenieux.com.br/</Uses> </tags> <configurableOptionSettings> <configurableOptionSetting> <alias>beanstalkx.serviceRole</alias> <namespace>aws:elasticbeanstalk:environment</namespace> <optionName>ServiceRole</optionName> </configurableOptionSetting> </configurableOptionSettings> </configuration> </plugin> </plugins> </pluginManagement> This basically exposes the beanstalkx.serviceRole property as the mentioned Configuration Option Setting |
<credentialId> | String | 0.2.9 | The credential id (on ~/.aws/credentials file) to use) Default value is: default. User property is: beanstalker.credentialId. |
<domains> | String[] | 0.2.9 |
List of Domains Could be set as either:
User property is: beanstalk.domains. |
<endpointUrl> | String | 0.2.9 | Endpoint URL User property is: beanstalk.endpointUrl. |
<environmentRef> | String | 0.2.9 | Environment Ref Default value is: ${project.artifactId}.elasticbeanstalk.com. User property is: beanstalk.environmentRef. |
<ignoreExceptions> | boolean | 0.2.9 | Ignore Exceptions? Default value is: false. User property is: beanstalker.ignoreExceptions. |
<regionName> | String | 0.2.9 |
Service region e.g. "us-east-1" See this list for reference. User property is: beanstalker.region. |
<serverId> | String | 0.2.9 | The server id in maven settings.xml to use for AWS Services
Credentials (accessKey / secretKey) Default value is: aws.amazon.com. User property is: beanstalker.serverId. |
<verbose> | boolean | 0.2.9 | Verbose Logging? Default value is: false. User property is: beanstalker.verbose. |
Allows you to declare your own properties inside the plugin configuration, as long as it starts with "beanstalk.x."
<pluginManagement> <plugins> <plugin> <groupId>br.com.ingenieux</groupId> <artifactId>beanstalk-maven-plugin</artifactId> <inherited>true</inherited> <version>XXX</version> <configuration> <tags> <Uses>ingenieux Beanstalker, http://beanstalker.ingenieux.com.br/</Uses> </tags> <configurableOptionSettings> <configurableOptionSetting> <alias>beanstalkx.serviceRole</alias> <namespace>aws:elasticbeanstalk:environment</namespace> <optionName>ServiceRole</optionName> </configurableOptionSetting> </configurableOptionSettings> </configuration> </plugin> </plugins> </pluginManagement>
This basically exposes the beanstalkx.serviceRole property as the mentioned Configuration Option Setting
List of Domains
Could be set as either:
Service region e.g. "us-east-1"
See this list for reference.