Fork me on GitHub

carrotaws:route53-find-zone

Full name:

com.carrotgarden.maven:carrot-maven-aws-plugin:1.2.2:route53-find-zone

Description:

route53: find dns zone name from dns host name

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: test.
  • Binds by default to the lifecycle phase: prepare-package.

Required Parameters

Name Type Since Description
amazonRegion String - AWS region name, such as us-east-1, which controls amazon region selection; alternatively, see amazonRegionProperty
Default value is: us-east-1.
dnsHostName String - dns host name which should be resolved into dns zone name
Default value is: default.example.com.
dnsResultProperty String - name of the maven project.property that will contain dns zone name after execution of this maven goal
Default value is: dnsZoneName.
dnsServerId String - AWS Route53 amazon security credentials stored in maven settings.xml under server id entry; username="Access Key ID", password="Secret Access Key";
Default value is: com.example.aws.route53.

Optional Parameters

Name Type Since Description
amazonRegionProperty String - name of project.property which, if set dynamically, will be used instead of plugin property amazonRegion
amazonTagName String - default amazon tag for resource names
Default value is: Name.

Parameter Details

amazonRegion:

AWS region name, such as us-east-1, which controls amazon region selection; alternatively, see amazonRegionProperty
  • Type: java.lang.String
  • Required: Yes
  • Default: us-east-1

amazonRegionProperty:

name of project.property which, if set dynamically, will be used instead of plugin property amazonRegion
  • Type: java.lang.String
  • Required: No

amazonTagName:

default amazon tag for resource names
  • Type: java.lang.String
  • Required: No
  • Default: Name

dnsHostName:

dns host name which should be resolved into dns zone name
  • Type: java.lang.String
  • Required: Yes
  • Default: default.example.com

dnsResultProperty:

name of the maven project.property that will contain dns zone name after execution of this maven goal
  • Type: java.lang.String
  • Required: Yes
  • Default: dnsZoneName

dnsServerId:

AWS Route53 amazon security credentials stored in maven settings.xml under server id entry; username="Access Key ID", password="Secret Access Key";
  • Type: java.lang.String
  • Required: Yes
  • Default: com.example.aws.route53