create-ecr-repository:create-ecr-repository

Full name:

com.aldunelabs.maven.ecr:create-ecr-repository-maven-plugin:1.0.1:create-ecr-repository

Description:

(no description)

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: deploy.

Required Parameters

Name Type Since Description
<region> String - (no description)
Default value is: eu-east-1.
User property is: AWS_REGION.
<repository> String - (no description)
User property is: ECR_REPOSITORY.

Optional Parameters

Name Type Since Description
<accesskey> String - (no description)
User property is: AWS_ACCESSKEY.
<encryptionType> String - (no description)
User property is: ECR_ENCRYPTION_TYPE.
<kmsKey> String - (no description)
User property is: ECR_KMS_KEY.
<lifecycleUrl> String - (no description)
User property is: ECR_LIFECYCLE_URL.
<mutable> String - (no description)
Default value is: true.
User property is: ECR_MUTABLE.
<permissionsUrl> String - (no description)
User property is: ECR_PERMISSIONS_URL.
<profile> String - (no description)
User property is: AWS_PROFILE.
<registryId> String - (no description)
User property is: ECR_REGISTRY_ID.
<secretkey> String - (no description)
User property is: AWS_SECRETKEY.
<skip> String - (no description)
Default value is: false.
<token> String - (no description)
User property is: AWS_SESSIONTOKEN.

Parameter Details

<accesskey>

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: AWS_ACCESSKEY

<encryptionType>

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: ECR_ENCRYPTION_TYPE

<kmsKey>

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: ECR_KMS_KEY

<lifecycleUrl>

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: ECR_LIFECYCLE_URL

<mutable>

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: ECR_MUTABLE
  • Default: true

<permissionsUrl>

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: ECR_PERMISSIONS_URL

<profile>

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: AWS_PROFILE

<region>

(no description)
  • Type: java.lang.String
  • Required: Yes
  • User Property: AWS_REGION
  • Default: eu-east-1

<registryId>

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: ECR_REGISTRY_ID

<repository>

(no description)
  • Type: java.lang.String
  • Required: Yes
  • User Property: ECR_REPOSITORY

<secretkey>

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: AWS_SECRETKEY

<skip>

(no description)
  • Type: java.lang.String
  • Required: No
  • Default: false

<token>

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: AWS_SESSIONTOKEN