Uses of Interface
software.amazon.awscdk.interfaces.codebuild.IProjectRef
Packages that use IProjectRef
Package
Description
AWS CodeBuild Construct Library
Event Targets for Amazon EventBridge
Amazon EventBridge Scheduler Targets Construct Library
Tasks for AWS Step Functions
-
Uses of IProjectRef in software.amazon.awscdk.interfaces.codebuild
Subinterfaces of IProjectRef in software.amazon.awscdk.interfaces.codebuildModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIProjectRef.Classes in software.amazon.awscdk.interfaces.codebuild that implement IProjectRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IProjectRef in software.amazon.awscdk.mixins.preview.services.codebuild.events
Methods in software.amazon.awscdk.mixins.preview.services.codebuild.events with parameters of type IProjectRefModifier and TypeMethodDescriptionstatic ProjectEventsProjectEvents.fromProject(IProjectRef projectRef) (experimental) Create ProjectEvents from a Project reference. -
Uses of IProjectRef in software.amazon.awscdk.services.codebuild
Subinterfaces of IProjectRef in software.amazon.awscdk.services.codebuildModifier and TypeInterfaceDescriptioninterfacestatic interfaceInternal default implementation forIProject.Classes in software.amazon.awscdk.services.codebuild that implement IProjectRefModifier and TypeClassDescriptionclassTheAWS::CodeBuild::Projectresource configures how AWS CodeBuild builds your source code.static final classA proxy class which represents a concrete javascript instance of this type.classA convenience class for CodeBuild Projects that are used in CodePipeline.classA representation of a CodeBuild Project.Methods in software.amazon.awscdk.services.codebuild that return IProjectRefModifier and TypeMethodDescriptionstatic IProjectRefCfnProject.fromProjectArn(software.constructs.Construct scope, String id, String arn) Creates a new IProjectRef from an ARN.static IProjectRefCfnProject.fromProjectName(software.constructs.Construct scope, String id, String projectName) Creates a new IProjectRef from a projectName.Methods in software.amazon.awscdk.services.codebuild with parameters of type IProjectRef -
Uses of IProjectRef in software.amazon.awscdk.services.events.targets
Methods in software.amazon.awscdk.services.events.targets with parameters of type IProjectRefModifier and TypeMethodDescriptionstatic CodeBuildProject.BuilderCodeBuildProject.Builder.create(IProjectRef project) Constructors in software.amazon.awscdk.services.events.targets with parameters of type IProjectRefModifierConstructorDescriptionCodeBuildProject(IProjectRef project) CodeBuildProject(IProjectRef project, CodeBuildProjectProps props) -
Uses of IProjectRef in software.amazon.awscdk.services.scheduler.targets
Methods in software.amazon.awscdk.services.scheduler.targets with parameters of type IProjectRefModifier and TypeMethodDescriptionstatic CodeBuildStartBuild.BuilderCodeBuildStartBuild.Builder.create(IProjectRef project) Constructors in software.amazon.awscdk.services.scheduler.targets with parameters of type IProjectRefModifierConstructorDescriptionCodeBuildStartBuild(IProjectRef project) CodeBuildStartBuild(IProjectRef project, ScheduleTargetBaseProps props) -
Uses of IProjectRef in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return IProjectRefModifier and TypeMethodDescriptionCodeBuildStartBuildBatchJsonataProps.getProject()CodeBuild project to start.final IProjectRefCodeBuildStartBuildBatchJsonataProps.Jsii$Proxy.getProject()CodeBuildStartBuildBatchJsonPathProps.getProject()CodeBuild project to start.final IProjectRefCodeBuildStartBuildBatchJsonPathProps.Jsii$Proxy.getProject()CodeBuildStartBuildBatchProps.getProject()CodeBuild project to start.final IProjectRefCodeBuildStartBuildBatchProps.Jsii$Proxy.getProject()CodeBuildStartBuildJsonataProps.getProject()CodeBuild project to start.final IProjectRefCodeBuildStartBuildJsonataProps.Jsii$Proxy.getProject()CodeBuildStartBuildJsonPathProps.getProject()CodeBuild project to start.final IProjectRefCodeBuildStartBuildJsonPathProps.Jsii$Proxy.getProject()CodeBuildStartBuildProps.getProject()CodeBuild project to start.final IProjectRefCodeBuildStartBuildProps.Jsii$Proxy.getProject()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type IProjectRefModifier and TypeMethodDescriptionCodeBuildStartBuild.Builder.project(IProjectRef project) CodeBuild project to start.CodeBuildStartBuildBatch.Builder.project(IProjectRef project) CodeBuild project to start.CodeBuildStartBuildBatchJsonataProps.Builder.project(IProjectRef project) Sets the value ofCodeBuildStartBuildBatchJsonataProps.getProject()CodeBuildStartBuildBatchJsonPathProps.Builder.project(IProjectRef project) Sets the value ofCodeBuildStartBuildBatchJsonPathProps.getProject()CodeBuildStartBuildBatchProps.Builder.project(IProjectRef project) Sets the value ofCodeBuildStartBuildBatchProps.getProject()CodeBuildStartBuildJsonataProps.Builder.project(IProjectRef project) Sets the value ofCodeBuildStartBuildJsonataProps.getProject()CodeBuildStartBuildJsonPathProps.Builder.project(IProjectRef project) Sets the value ofCodeBuildStartBuildJsonPathProps.getProject()CodeBuildStartBuildProps.Builder.project(IProjectRef project) Sets the value ofCodeBuildStartBuildProps.getProject()