@Stability(value=Stable) @Internal public static final class CfnProjectProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnProjectProps
CfnProjectPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnProjectProps.Builder, CfnProjectProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnProjectProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnProjectProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getArtifacts()
`Artifacts` is a property of the [AWS::CodeBuild::Project](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html) resource that specifies output settings for artifacts generated by an AWS CodeBuild build.
|
Object |
getBadgeEnabled()
Indicates whether AWS CodeBuild generates a publicly accessible URL for your project's build badge.
|
Object |
getBuildBatchConfig()
A `ProjectBuildBatchConfig` object that defines the batch build options for the project.
|
Object |
getCache()
Settings that AWS CodeBuild uses to store and reuse build dependencies.
|
Number |
getConcurrentBuildLimit()
The maximum number of concurrent builds that are allowed for this project.
|
String |
getDescription()
A description that makes the build project easy to identify.
|
String |
getEncryptionKey()
The AWS Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.
|
Object |
getEnvironment()
The build environment settings for the project, such as the environment type or the environment variables to use for the build environment.
|
Object |
getFileSystemLocations()
An array of `ProjectFileSystemLocation` objects for a CodeBuild build project.
|
Object |
getLogsConfig()
Information about logs for the build project.
|
String |
getName()
The name of the build project.
|
Number |
getQueuedTimeoutInMinutes()
The number of minutes a build is allowed to be queued before it times out.
|
String |
getResourceAccessRole()
The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the project's builds.
|
Object |
getSecondaryArtifacts()
A list of `Artifacts` objects.
|
Object |
getSecondarySources()
An array of `ProjectSource` objects.
|
Object |
getSecondarySourceVersions()
An array of `ProjectSourceVersion` objects.
|
String |
getServiceRole()
The ARN of the IAM role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.
|
Object |
getSource()
The source code settings for the project, such as the source code's repository type and location.
|
String |
getSourceVersion()
A version of the build input to be built for this project.
|
List<CfnTag> |
getTags()
An arbitrary set of tags (key-value pairs) for the AWS CodeBuild project.
|
Number |
getTimeoutInMinutes()
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.
|
Object |
getTriggers()
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.
|
String |
getVisibility()
Specifies the visibility of the project's builds.
|
Object |
getVpcConfig()
`VpcConfig` specifies settings that enable AWS CodeBuild to access resources in an Amazon VPC.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnProjectProps.Builder builder)
CfnProjectProps.Builder.public final Object getArtifacts()
CfnProjectPropsgetArtifacts in interface CfnProjectPropspublic final Object getEnvironment()
CfnProjectPropsgetEnvironment in interface CfnProjectPropspublic final String getServiceRole()
CfnProjectPropsgetServiceRole in interface CfnProjectPropspublic final Object getSource()
CfnProjectPropsgetSource in interface CfnProjectPropspublic final Object getBadgeEnabled()
CfnProjectPropsFor 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.
getBadgeEnabled in interface CfnProjectPropspublic final Object getBuildBatchConfig()
CfnProjectPropsgetBuildBatchConfig in interface CfnProjectPropspublic final Object getCache()
CfnProjectPropsgetCache in interface CfnProjectPropspublic final Number getConcurrentBuildLimit()
CfnProjectPropsNew 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.
getConcurrentBuildLimit in interface CfnProjectPropspublic final String getDescription()
CfnProjectPropsgetDescription in interface CfnProjectPropspublic final String getEncryptionKey()
CfnProjectProps
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).
getEncryptionKey in interface CfnProjectPropspublic final Object getFileSystemLocations()
CfnProjectProps
A ProjectFileSystemLocation object specifies the identifier , location , mountOptions , mountPoint , and type of a file system created using Amazon Elastic File System.
getFileSystemLocations in interface CfnProjectPropspublic final Object getLogsConfig()
CfnProjectPropsA project can create logs in CloudWatch Logs, an S3 bucket, or both.
getLogsConfig in interface CfnProjectPropspublic final String getName()
CfnProjectPropsThe name must be unique across all of the projects in your AWS account .
getName in interface CfnProjectPropspublic final Number getQueuedTimeoutInMinutes()
CfnProjectPropsgetQueuedTimeoutInMinutes in interface CfnProjectPropspublic final String getResourceAccessRole()
CfnProjectPropsgetResourceAccessRole in interface CfnProjectPropspublic final Object getSecondaryArtifacts()
CfnProjectPropsEach artifacts object specifies output settings that the project generates during a build.
getSecondaryArtifacts in interface CfnProjectPropspublic final Object getSecondarySources()
CfnProjectPropsgetSecondarySources in interface CfnProjectPropspublic final Object getSecondarySourceVersions()
CfnProjectProps
If secondarySourceVersions is specified at the build level, then they take over these secondarySourceVersions (at the project level).
getSecondarySourceVersions in interface CfnProjectPropspublic final String getSourceVersion()
CfnProjectPropsIf not specified, the latest version is used. If specified, it must be one of:
pr/pull-request-ID (for example pr/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.
If sourceVersion is specified at the build level, then that version takes precedence over this sourceVersion (at the project level).
For more information, see Source Version Sample with CodeBuild in the AWS CodeBuild User Guide .
getSourceVersion in interface CfnProjectPropspublic final List<CfnTag> getTags()
CfnProjectPropsThese tags are available for use by AWS services that support AWS CodeBuild build project tags.
getTags in interface CfnProjectPropspublic final Number getTimeoutInMinutes()
CfnProjectPropsThe default is 60 minutes.
getTimeoutInMinutes in interface CfnProjectPropspublic final Object getTriggers()
CfnProjectPropsgetTriggers in interface CfnProjectPropspublic final String getVisibility()
CfnProjectProps
getVisibility in interface CfnProjectPropspublic final Object getVpcConfig()
CfnProjectPropsFor more information, see Use AWS CodeBuild with Amazon Virtual Private Cloud in the AWS CodeBuild User Guide .
getVpcConfig in interface CfnProjectProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.