public static final class CfnProjectProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnProjectProps
CfnProjectProps
CfnProjectProps.Builder, CfnProjectProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.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.
|
java.lang.Object |
getBadgeEnabled()
Indicates whether AWS CodeBuild generates a publicly accessible URL for your project's build badge.
|
java.lang.Object |
getBuildBatchConfig()
A `ProjectBuildBatchConfig` object that defines the batch build options for the project.
|
java.lang.Object |
getCache()
Settings that AWS CodeBuild uses to store and reuse build dependencies.
|
java.lang.Number |
getConcurrentBuildLimit()
The maximum number of concurrent builds that are allowed for this project.
|
java.lang.String |
getDescription()
A description that makes the build project easy to identify.
|
java.lang.String |
getEncryptionKey()
The AWS Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.
|
java.lang.Object |
getEnvironment()
The build environment settings for the project, such as the environment type or the environment variables to use for the build environment.
|
java.lang.Object |
getFileSystemLocations()
An array of `ProjectFileSystemLocation` objects for a CodeBuild build project.
|
java.lang.Object |
getLogsConfig()
Information about logs for the build project.
|
java.lang.String |
getName()
The name of the build project.
|
java.lang.Number |
getQueuedTimeoutInMinutes()
The number of minutes a build is allowed to be queued before it times out.
|
java.lang.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.
|
java.lang.Object |
getSecondaryArtifacts()
A list of `Artifacts` objects.
|
java.lang.Object |
getSecondarySources()
An array of `ProjectSource` objects.
|
java.lang.Object |
getSecondarySourceVersions()
An array of `ProjectSourceVersion` objects.
|
java.lang.String |
getServiceRole()
The ARN of the IAM role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.
|
java.lang.Object |
getSource()
The source code settings for the project, such as the source code's repository type and location.
|
java.lang.String |
getSourceVersion()
A version of the build input to be built for this project.
|
java.util.List<CfnTag> |
getTags()
An arbitrary set of tags (key-value pairs) for the AWS CodeBuild project.
|
java.lang.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.
|
java.lang.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.
|
java.lang.String |
getVisibility()
Specifies the visibility of the project's builds.
|
java.lang.Object |
getVpcConfig()
`VpcConfig` specifies settings that enable AWS CodeBuild to access resources in an Amazon VPC.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getArtifacts()
CfnProjectProps
getArtifacts
in interface CfnProjectProps
public final java.lang.Object getEnvironment()
CfnProjectProps
getEnvironment
in interface CfnProjectProps
public final java.lang.String getServiceRole()
CfnProjectProps
getServiceRole
in interface CfnProjectProps
public final java.lang.Object getSource()
CfnProjectProps
getSource
in interface CfnProjectProps
public final java.lang.Object getBadgeEnabled()
CfnProjectProps
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.
getBadgeEnabled
in interface CfnProjectProps
public final java.lang.Object getBuildBatchConfig()
CfnProjectProps
getBuildBatchConfig
in interface CfnProjectProps
public final java.lang.Object getCache()
CfnProjectProps
getCache
in interface CfnProjectProps
public final java.lang.Number getConcurrentBuildLimit()
CfnProjectProps
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.
getConcurrentBuildLimit
in interface CfnProjectProps
public final java.lang.String getDescription()
CfnProjectProps
getDescription
in interface CfnProjectProps
public final java.lang.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 CfnProjectProps
public final java.lang.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 CfnProjectProps
public final java.lang.Object getLogsConfig()
CfnProjectProps
A project can create logs in CloudWatch Logs, an S3 bucket, or both.
getLogsConfig
in interface CfnProjectProps
public final java.lang.String getName()
CfnProjectProps
The name must be unique across all of the projects in your AWS account .
getName
in interface CfnProjectProps
public final java.lang.Number getQueuedTimeoutInMinutes()
CfnProjectProps
getQueuedTimeoutInMinutes
in interface CfnProjectProps
public final java.lang.String getResourceAccessRole()
CfnProjectProps
getResourceAccessRole
in interface CfnProjectProps
public final java.lang.Object getSecondaryArtifacts()
CfnProjectProps
Each artifacts object specifies output settings that the project generates during a build.
getSecondaryArtifacts
in interface CfnProjectProps
public final java.lang.Object getSecondarySources()
CfnProjectProps
getSecondarySources
in interface CfnProjectProps
public final java.lang.Object getSecondarySourceVersions()
CfnProjectProps
If secondarySourceVersions
is specified at the build level, then they take over these secondarySourceVersions
(at the project level).
getSecondarySourceVersions
in interface CfnProjectProps
public final java.lang.String getSourceVersion()
CfnProjectProps
If 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 CfnProjectProps
public final java.util.List<CfnTag> getTags()
CfnProjectProps
These tags are available for use by AWS services that support AWS CodeBuild build project tags.
getTags
in interface CfnProjectProps
public final java.lang.Number getTimeoutInMinutes()
CfnProjectProps
The default is 60 minutes.
getTimeoutInMinutes
in interface CfnProjectProps
public final java.lang.Object getTriggers()
CfnProjectProps
getTriggers
in interface CfnProjectProps
public final java.lang.String getVisibility()
CfnProjectProps
getVisibility
in interface CfnProjectProps
public final java.lang.Object getVpcConfig()
CfnProjectProps
For more information, see Use AWS CodeBuild with Amazon Virtual Private Cloud in the AWS CodeBuild User Guide .
getVpcConfig
in interface CfnProjectProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()