Full name:
br.com.ingenieux:cloudformation-maven-plugin:1.5.6:push-stack
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<curProject> | MavenProject | - | (no description) User property is: project. |
<session> | MavenSession | - | (no description) Default value is: ${session}. |
<templateLocation> | File | - | (no description) Default value is: ${project.basedir}/src/main/cloudformation/${project.artifactId}.template.json. User property is: cloudformation.stackLocation. |
Name | Type | Since | Description |
---|---|---|---|
<credentialId> | String | - | The credential id (on ~/.aws/credentials file) to use) Default value is: default. User property is: beanstalker.credentialId. |
<disableRollback> | Boolean | - | Disable Rollback? Default value is: true. |
<ignoreExceptions> | boolean | - | Ignore Exceptions? Default value is: false. User property is: beanstalker.ignoreExceptions. |
<notificationArns> | List | - | Notification ARNs |
<onFailure> | OnFailure | - |
On Failure Either "DO_NOTHING", "ROLLBACK" or "DELETE" Default value is: DO_NOTHING. User property is: cloudformation.onfailure. |
<parameters> | List | - |
Template Input Parameters On CLI usage, you can set -Dcloudformation.paramters=ParamA=abc,ParamB=def User property is: cloudformation.parameters. |
<regionName> | String | - |
Service region e.g. "us-east-1" See this list for reference. User property is: beanstalker.region. |
<resourceTypes> | Collection | - | Resource Types |
<roleArn> | String | - | (no description) User property is: cloudformation.roleArn. |
<s3Url> | String | - |
S3 URL "s3://<bucketName>/<keyPath>" of the S3 Location If set, will upload the @{templateLocation} contents prior to issuing a stack create/update process User property is: cloudformation.s3Url. |
<serverId> | String | - | 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. |
<stackId> | String | - | (no description) User property is: cloudformation.stackId. |
<stackName> | String | - | (no description) Default value is: ${project.artifactId}. User property is: cloudformation.stackName. |
<tags> | List | - | Tags User property is: cloudformation.tags. |
<timeoutInMinutes> | Integer | - | Timeout in Minutes User property is: cloudformation.timeoutInMinutes. |
<verbose> | boolean | - | Verbose Logging? Default value is: false. User property is: beanstalker.verbose. |
On Failure
Either "DO_NOTHING", "ROLLBACK" or "DELETE"
Template Input Parameters
On CLI usage, you can set -Dcloudformation.paramters=ParamA=abc,ParamB=def
Service region e.g. "us-east-1"
See this list for reference.
S3 URL "s3://<bucketName>/<keyPath>" of the S3 Location
If set, will upload the @{templateLocation} contents prior to issuing a stack create/update process