All Downloads are FREE. Search and download functionalities are using the official Maven repository.

software.amazon.awscdk.services.codepipeline.actions.CloudFormationCreateReplaceChangeSetAction Maven / Gradle / Ivy

package software.amazon.awscdk.services.codepipeline.actions;

/**
 * CodePipeline action to prepare a change set.
 * 
 * Creates the change set if it doesn't exist based on the stack name and template that you submit.
 * If the change set exists, AWS CloudFormation deletes it, and then creates a new one.
 */
@javax.annotation.Generated(value = "jsii-pacmak/0.10.3 (build 6bbf743)", date = "2019-05-02T10:15:47.463Z")
@software.amazon.jsii.Jsii(module = software.amazon.awscdk.services.codepipeline.actions.$Module.class, fqn = "@aws-cdk/aws-codepipeline-actions.CloudFormationCreateReplaceChangeSetAction")
public class CloudFormationCreateReplaceChangeSetAction extends software.amazon.awscdk.services.codepipeline.actions.CloudFormationDeployAction {
    protected CloudFormationCreateReplaceChangeSetAction(final software.amazon.jsii.JsiiObject.InitializationMode mode) {
        super(mode);
    }
    public CloudFormationCreateReplaceChangeSetAction(final software.amazon.awscdk.services.codepipeline.actions.CloudFormationCreateReplaceChangeSetActionProps props) {
        super(software.amazon.jsii.JsiiObject.InitializationMode.Jsii);
        software.amazon.jsii.JsiiEngine.getInstance().createNewObject(this, new Object[] { java.util.Objects.requireNonNull(props, "props is required") });
    }

    /**
     * The method called when an Action is attached to a Pipeline. This method is guaranteed to be called only once for each Action instance.
     */
    @Override
    protected void bind(final software.amazon.awscdk.services.codepipeline.ActionBind info) {
        this.jsiiCall("bind", Void.class, new Object[] { java.util.Objects.requireNonNull(info, "info is required") });
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy