software.amazon.awscdk.services.codebuild.CodePipelineBuildArtifacts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codebuild Show documentation
Show all versions of codebuild Show documentation
CDK Constructs for AWS CodeBuild
package software.amazon.awscdk.services.codebuild;
/**
* CodePipeline Artifact definition for a CodeBuild Project.
* *Note*: this type cannot be used as a secondary artifact,
* and because of that, you're not allowed to specify an identifier for it.
*/
@javax.annotation.Generated(value = "jsii-pacmak/0.7.11 (build 44c3b9b)", date = "2018-12-04T12:25:05.436Z")
@software.amazon.jsii.Jsii(module = software.amazon.awscdk.services.codebuild.$Module.class, fqn = "@aws-cdk/aws-codebuild.CodePipelineBuildArtifacts")
public class CodePipelineBuildArtifacts extends software.amazon.awscdk.services.codebuild.BuildArtifacts {
protected CodePipelineBuildArtifacts(final software.amazon.jsii.JsiiObject.InitializationMode mode) {
super(mode);
}
public CodePipelineBuildArtifacts() {
super(software.amazon.jsii.JsiiObject.InitializationMode.Jsii);
software.amazon.jsii.JsiiEngine.getInstance().createNewObject(this);
}
@Override
protected java.lang.String getType() {
return this.jsiiGet("type", java.lang.String.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy