Class CfnProjectMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnProjectMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProjectMixinProps
CfnProjectMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.codebuild.mixins.CfnProjectMixinProps
CfnProjectMixinProps.Builder, CfnProjectMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnProjectMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnProjectMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectArtifactsis a property of the AWS::CodeBuild::Project resource that specifies output settings for artifacts generated by an AWS CodeBuild build.final Numberfinal ObjectIndicates whether AWS CodeBuild generates a publicly accessible URL for your project's build badge.final ObjectAProjectBuildBatchConfigobject that defines the batch build options for the project.final ObjectgetCache()Settings that AWS CodeBuild uses to store and reuse build dependencies.final NumberThe maximum number of concurrent builds that are allowed for this project.final StringA description that makes the build project easy to identify.final StringThe AWS Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.final ObjectThe build environment settings for the project, such as the environment type or the environment variables to use for the build environment.final ObjectAn array ofProjectFileSystemLocationobjects for a CodeBuild build project.final ObjectInformation about logs for the build project.final StringgetName()The name of the build project.final NumberThe number of minutes a build is allowed to be queued before it times out.final StringThe ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the project's builds.final ObjectA list ofArtifactsobjects.final ObjectAn array ofProjectSourceobjects.final ObjectAn array ofProjectSourceVersionobjects.final StringThe ARN of the IAM role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.final ObjectThe source code settings for the project, such as the source code's repository type and location.final StringA version of the build input to be built for this project.getTags()An arbitrary set of tags (key-value pairs) for the AWS CodeBuild project.final NumberHow long, in minutes, from 5 to 2160 (36 hours), for AWS CodeBuild to wait before timing out any related build that did not get marked as completed.final ObjectFor an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, enables AWS CodeBuild to begin automatically rebuilding the source code every time a code change is pushed to the repository.final StringSpecifies the visibility of the project's builds.final ObjectVpcConfigspecifies settings that enable AWS CodeBuild to access resources in an Amazon VPC.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnProjectMixinProps.Builder.
-
-
Method Details
-
getArtifacts
Description copied from interface:CfnProjectMixinPropsArtifactsis a property of the AWS::CodeBuild::Project resource that specifies output settings for artifacts generated by an AWS CodeBuild build.Returns union: either
IResolvableorCfnProjectPropsMixin.ArtifactsProperty- Specified by:
getArtifactsin interfaceCfnProjectMixinProps- See Also:
-
getAutoRetryLimit
- Specified by:
getAutoRetryLimitin interfaceCfnProjectMixinProps- See Also:
-
getBadgeEnabled
Description copied from interface:CfnProjectMixinPropsIndicates whether AWS CodeBuild generates a publicly accessible URL for your project's build badge.For more information, see Build Badges Sample in the AWS CodeBuild User Guide .
Including build badges with your project is currently not supported if the source type is CodePipeline. If you specify
CODEPIPELINEfor theSourceproperty, do not specify theBadgeEnabledproperty.Returns union: either
BooleanorIResolvable- Specified by:
getBadgeEnabledin interfaceCfnProjectMixinProps- See Also:
-
getBuildBatchConfig
Description copied from interface:CfnProjectMixinPropsAProjectBuildBatchConfigobject that defines the batch build options for the project.Returns union: either
IResolvableorCfnProjectPropsMixin.ProjectBuildBatchConfigProperty- Specified by:
getBuildBatchConfigin interfaceCfnProjectMixinProps- See Also:
-
getCache
Description copied from interface:CfnProjectMixinPropsSettings that AWS CodeBuild uses to store and reuse build dependencies.Returns union: either
IResolvableorCfnProjectPropsMixin.ProjectCacheProperty- Specified by:
getCachein interfaceCfnProjectMixinProps- See Also:
-
getConcurrentBuildLimit
Description copied from interface:CfnProjectMixinPropsThe maximum number of concurrent builds that are allowed for this project.New builds are only started if the current number of builds is less than or equal to this limit. If the current build count meets this limit, new builds are throttled and are not run.
- Specified by:
getConcurrentBuildLimitin interfaceCfnProjectMixinProps- See Also:
-
getDescription
Description copied from interface:CfnProjectMixinPropsA description that makes the build project easy to identify.- Specified by:
getDescriptionin interfaceCfnProjectMixinProps- See Also:
-
getEncryptionKey
Description copied from interface:CfnProjectMixinPropsThe AWS Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.
You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format
alias/<alias-name>). If you don't specify a value, CodeBuild uses the managed CMK for Amazon Simple Storage Service (Amazon S3).- Specified by:
getEncryptionKeyin interfaceCfnProjectMixinProps- See Also:
-
getEnvironment
Description copied from interface:CfnProjectMixinPropsThe build environment settings for the project, such as the environment type or the environment variables to use for the build environment.Returns union: either
IResolvableorCfnProjectPropsMixin.EnvironmentProperty- Specified by:
getEnvironmentin interfaceCfnProjectMixinProps- See Also:
-
getFileSystemLocations
Description copied from interface:CfnProjectMixinPropsAn array ofProjectFileSystemLocationobjects for a CodeBuild build project.A
ProjectFileSystemLocationobject specifies theidentifier,location,mountOptions,mountPoint, andtypeof a file system created using Amazon Elastic File System.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnProjectPropsMixin.ProjectFileSystemLocationProperty>- Specified by:
getFileSystemLocationsin interfaceCfnProjectMixinProps- See Also:
-
getLogsConfig
Description copied from interface:CfnProjectMixinPropsInformation about logs for the build project.A project can create logs in CloudWatch Logs, an S3 bucket, or both.
Returns union: either
IResolvableorCfnProjectPropsMixin.LogsConfigProperty- Specified by:
getLogsConfigin interfaceCfnProjectMixinProps- See Also:
-
getName
Description copied from interface:CfnProjectMixinPropsThe name of the build project.The name must be unique across all of the projects in your AWS account .
- Specified by:
getNamein interfaceCfnProjectMixinProps- See Also:
-
getQueuedTimeoutInMinutes
Description copied from interface:CfnProjectMixinPropsThe number of minutes a build is allowed to be queued before it times out.- Specified by:
getQueuedTimeoutInMinutesin interfaceCfnProjectMixinProps- See Also:
-
getResourceAccessRole
Description copied from interface:CfnProjectMixinPropsThe ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the project's builds.- Specified by:
getResourceAccessRolein interfaceCfnProjectMixinProps- See Also:
-
getSecondaryArtifacts
Description copied from interface:CfnProjectMixinPropsA list ofArtifactsobjects.Each artifacts object specifies output settings that the project generates during a build.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnProjectPropsMixin.ArtifactsProperty>- Specified by:
getSecondaryArtifactsin interfaceCfnProjectMixinProps- See Also:
-
getSecondarySources
Description copied from interface:CfnProjectMixinPropsAn array ofProjectSourceobjects.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnProjectPropsMixin.SourceProperty>- Specified by:
getSecondarySourcesin interfaceCfnProjectMixinProps- See Also:
-
getSecondarySourceVersions
Description copied from interface:CfnProjectMixinPropsAn array ofProjectSourceVersionobjects.If
secondarySourceVersionsis specified at the build level, then they take over thesesecondarySourceVersions(at the project level).Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnProjectPropsMixin.ProjectSourceVersionProperty>- Specified by:
getSecondarySourceVersionsin interfaceCfnProjectMixinProps- See Also:
-
getServiceRole
Description copied from interface:CfnProjectMixinPropsThe ARN of the IAM role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.- Specified by:
getServiceRolein interfaceCfnProjectMixinProps- See Also:
-
getSource
Description copied from interface:CfnProjectMixinPropsThe source code settings for the project, such as the source code's repository type and location.Returns union: either
IResolvableorCfnProjectPropsMixin.SourceProperty- Specified by:
getSourcein interfaceCfnProjectMixinProps- See Also:
-
getSourceVersion
Description copied from interface:CfnProjectMixinPropsA version of the build input to be built for this project.If not specified, the latest version is used. If specified, it must be one of:
- For CodeCommit: the commit ID, branch, or Git tag to use.
- For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format
pr/pull-request-ID(for examplepr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used. - For GitLab: the commit ID, branch, or Git tag to use.
- For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
- For Amazon S3: the version ID of the object that represents the build input ZIP file to use.
If
sourceVersionis specified at the build level, then that version takes precedence over thissourceVersion(at the project level).For more information, see Source Version Sample with CodeBuild in the AWS CodeBuild User Guide .
- Specified by:
getSourceVersionin interfaceCfnProjectMixinProps- See Also:
-
getTags
Description copied from interface:CfnProjectMixinPropsAn arbitrary set of tags (key-value pairs) for the AWS CodeBuild project.These tags are available for use by AWS services that support AWS CodeBuild build project tags.
- Specified by:
getTagsin interfaceCfnProjectMixinProps- See Also:
-
getTimeoutInMinutes
Description copied from interface:CfnProjectMixinPropsHow long, in minutes, from 5 to 2160 (36 hours), for AWS CodeBuild to wait before timing out any related build that did not get marked as completed.The default is 60 minutes.
- Specified by:
getTimeoutInMinutesin interfaceCfnProjectMixinProps- See Also:
-
getTriggers
Description copied from interface:CfnProjectMixinPropsFor an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, enables AWS CodeBuild to begin automatically rebuilding the source code every time a code change is pushed to the repository.Returns union: either
IResolvableorCfnProjectPropsMixin.ProjectTriggersProperty- Specified by:
getTriggersin interfaceCfnProjectMixinProps- See Also:
-
getVisibility
Description copied from interface:CfnProjectMixinPropsSpecifies the visibility of the project's builds. Possible values are:.- PUBLIC_READ - The project builds are visible to the public.
- PRIVATE - The project builds are not visible to the public.
- Specified by:
getVisibilityin interfaceCfnProjectMixinProps- See Also:
-
getVpcConfig
Description copied from interface:CfnProjectMixinPropsVpcConfigspecifies settings that enable AWS CodeBuild to access resources in an Amazon VPC.For more information, see Use AWS CodeBuild with Amazon Virtual Private Cloud in the AWS CodeBuild User Guide .
Returns union: either
IResolvableorCfnProjectPropsMixin.VpcConfigProperty- Specified by:
getVpcConfigin interfaceCfnProjectMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-