beanstalk:check-availability

Full name:

br.com.ingenieux:beanstalk-maven-plugin:1.5.6:check-availability

Description:

Checks the availability of a CNAME. See the CheckDNSAvailability API call.

Attributes:

  • Requires a Maven project to be executed.
  • Executes by direct invocation only.
  • Since version: 0.1.0.

Required Parameters

Name Type Since Description
<cnamePrefix> String 0.1.0 DNS CName Prefix
User property is: beanstalk.cnamePrefix.
<session> MavenSession 0.1.0 (no description)
Default value is: ${session}.

Optional Parameters

Name Type Since Description
<credentialId> String 0.1.0 The credential id (on ~/.aws/credentials file) to use)
Default value is: default.
User property is: beanstalker.credentialId.
<endpointUrl> String 0.1.0 Endpoint URL
User property is: beanstalk.endpointUrl.
<ignoreExceptions> boolean 0.1.0 Ignore Exceptions?
Default value is: false.
User property is: beanstalker.ignoreExceptions.
<regionName> String 0.1.0

Service region e.g. "us-east-1"

See this list for reference.


User property is: beanstalker.region.
<serverId> String 0.1.0 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.1.0 Verbose Logging?
Default value is: false.
User property is: beanstalker.verbose.

Parameter Details

<cnamePrefix>

DNS CName Prefix
  • Type: java.lang.String
  • Since: 0.1.0
  • Required: Yes
  • User Property: beanstalk.cnamePrefix

<credentialId>

The credential id (on ~/.aws/credentials file) to use)
  • Type: java.lang.String
  • Since: 0.1.0
  • Required: No
  • User Property: beanstalker.credentialId
  • Default: default

<endpointUrl>

Endpoint URL
  • Type: java.lang.String
  • Since: 0.1.0
  • Required: No
  • User Property: beanstalk.endpointUrl

<ignoreExceptions>

Ignore Exceptions?
  • Type: boolean
  • Since: 0.1.0
  • Required: No
  • User Property: beanstalker.ignoreExceptions
  • Default: false

<regionName>

Service region e.g. "us-east-1"

See this list for reference.

  • Type: java.lang.String
  • Since: 0.1.0
  • Required: No
  • User Property: beanstalker.region

<serverId>

The server id in maven settings.xml to use for AWS Services Credentials (accessKey / secretKey)
  • Type: java.lang.String
  • Since: 0.1.0
  • Required: No
  • User Property: beanstalker.serverId
  • Default: aws.amazon.com

<session>

(no description)
  • Type: org.apache.maven.execution.MavenSession
  • Since: 0.1.0
  • Required: Yes
  • Default: ${session}

<verbose>

Verbose Logging?
  • Type: boolean
  • Since: 0.1.0
  • Required: No
  • User Property: beanstalker.verbose
  • Default: false