Class CfnProjectProps.Jsii$Proxy
- All Implemented Interfaces:
CfnProjectProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProjectProps
CfnProjectProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.CfnProjectProps
CfnProjectProps.Builder, CfnProjectProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnProjectProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnProjectProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Artifacts
is a property of the AWS::CodeBuild::Project resource that specifies output settings for artifacts generated by an AWS CodeBuild build.final Object
Indicates whether AWS CodeBuild generates a publicly accessible URL for your project's build badge.final Object
AProjectBuildBatchConfig
object that defines the batch build options for the project.final Object
getCache()
Settings that AWS CodeBuild uses to store and reuse build dependencies.final Number
The maximum number of concurrent builds that are allowed for this project.final String
A description that makes the build project easy to identify.final String
The AWS Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.final Object
The build environment settings for the project, such as the environment type or the environment variables to use for the build environment.final Object
An array ofProjectFileSystemLocation
objects for a CodeBuild build project.final Object
Information about logs for the build project.final String
getName()
The name of the build project.final Number
The number of minutes a build is allowed to be queued before it times out.final String
The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the project's builds.final Object
A list ofArtifacts
objects.final Object
An array ofProjectSource
objects.final Object
An array ofProjectSourceVersion
objects.final String
The ARN of the IAM role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.final Object
The source code settings for the project, such as the source code's repository type and location.final String
A 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 Number
How long, in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait before timing out any related build that did not get marked as completed.final Object
For 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 String
Specifies the visibility of the project's builds.final Object
VpcConfig
specifies settings that enable AWS CodeBuild to access resources in an Amazon VPC.final int
hashCode()
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 theCfnProjectProps.Builder
.
-
-
Method Details
-
getArtifacts
Description copied from interface:CfnProjectProps
Artifacts
is a property of the AWS::CodeBuild::Project resource that specifies output settings for artifacts generated by an AWS CodeBuild build.- Specified by:
getArtifacts
in interfaceCfnProjectProps
-
getEnvironment
Description copied from interface:CfnProjectProps
The build environment settings for the project, such as the environment type or the environment variables to use for the build environment.- Specified by:
getEnvironment
in interfaceCfnProjectProps
-
getServiceRole
Description copied from interface:CfnProjectProps
The ARN of the IAM role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.- Specified by:
getServiceRole
in interfaceCfnProjectProps
-
getSource
Description copied from interface:CfnProjectProps
The source code settings for the project, such as the source code's repository type and location.- Specified by:
getSource
in interfaceCfnProjectProps
-
getBadgeEnabled
Description copied from interface:CfnProjectProps
Indicates 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
CODEPIPELINE
for theSource
property, do not specify theBadgeEnabled
property.- Specified by:
getBadgeEnabled
in interfaceCfnProjectProps
-
getBuildBatchConfig
Description copied from interface:CfnProjectProps
AProjectBuildBatchConfig
object that defines the batch build options for the project.- Specified by:
getBuildBatchConfig
in interfaceCfnProjectProps
-
getCache
Description copied from interface:CfnProjectProps
Settings that AWS CodeBuild uses to store and reuse build dependencies.- Specified by:
getCache
in interfaceCfnProjectProps
-
getConcurrentBuildLimit
Description copied from interface:CfnProjectProps
The 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:
getConcurrentBuildLimit
in interfaceCfnProjectProps
-
getDescription
Description copied from interface:CfnProjectProps
A description that makes the build project easy to identify.- Specified by:
getDescription
in interfaceCfnProjectProps
-
getEncryptionKey
Description copied from interface:CfnProjectProps
The 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:
getEncryptionKey
in interfaceCfnProjectProps
-
getFileSystemLocations
Description copied from interface:CfnProjectProps
An array ofProjectFileSystemLocation
objects for a CodeBuild build project.A
ProjectFileSystemLocation
object specifies theidentifier
,location
,mountOptions
,mountPoint
, andtype
of a file system created using Amazon Elastic File System.- Specified by:
getFileSystemLocations
in interfaceCfnProjectProps
-
getLogsConfig
Description copied from interface:CfnProjectProps
Information about logs for the build project.A project can create logs in CloudWatch Logs, an S3 bucket, or both.
- Specified by:
getLogsConfig
in interfaceCfnProjectProps
-
getName
Description copied from interface:CfnProjectProps
The name of the build project.The name must be unique across all of the projects in your AWS account .
- Specified by:
getName
in interfaceCfnProjectProps
-
getQueuedTimeoutInMinutes
Description copied from interface:CfnProjectProps
The number of minutes a build is allowed to be queued before it times out.- Specified by:
getQueuedTimeoutInMinutes
in interfaceCfnProjectProps
-
getResourceAccessRole
Description copied from interface:CfnProjectProps
The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the project's builds.- Specified by:
getResourceAccessRole
in interfaceCfnProjectProps
-
getSecondaryArtifacts
Description copied from interface:CfnProjectProps
A list ofArtifacts
objects.Each artifacts object specifies output settings that the project generates during a build.
- Specified by:
getSecondaryArtifacts
in interfaceCfnProjectProps
-
getSecondarySources
Description copied from interface:CfnProjectProps
An array ofProjectSource
objects.- Specified by:
getSecondarySources
in interfaceCfnProjectProps
-
getSecondarySourceVersions
Description copied from interface:CfnProjectProps
An array ofProjectSourceVersion
objects.If
secondarySourceVersions
is specified at the build level, then they take over thesesecondarySourceVersions
(at the project level).- Specified by:
getSecondarySourceVersions
in interfaceCfnProjectProps
-
getSourceVersion
Description copied from interface:CfnProjectProps
A 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 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
sourceVersion
is 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:
getSourceVersion
in interfaceCfnProjectProps
-
getTags
Description copied from interface:CfnProjectProps
An 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:
getTags
in interfaceCfnProjectProps
-
getTimeoutInMinutes
Description copied from interface:CfnProjectProps
How long, in minutes, from 5 to 480 (8 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:
getTimeoutInMinutes
in interfaceCfnProjectProps
-
getTriggers
Description copied from interface:CfnProjectProps
For 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.- Specified by:
getTriggers
in interfaceCfnProjectProps
-
getVisibility
Description copied from interface:CfnProjectProps
Specifies 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:
getVisibility
in interfaceCfnProjectProps
-
getVpcConfig
Description copied from interface:CfnProjectProps
VpcConfig
specifies 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 .
- Specified by:
getVpcConfig
in interfaceCfnProjectProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-