Class CfnProjectProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codebuild.CfnProjectProps.Jsii$Proxy
All Implemented Interfaces:
CfnProjectProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnProjectProps

@Stability(Stable) @Internal public static final class CfnProjectProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnProjectProps
An implementation for 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

    Constructors
    Modifier
    Constructor
    Description
    protected
    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.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.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
    A ProjectBuildBatchConfig object that defines the batch build options for the project.
    final Object
    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 of ProjectFileSystemLocation objects for a CodeBuild build project.
    final Object
    Information about logs for the build project.
    final String
    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 of Artifacts objects.
    final Object
    An array of ProjectSource objects.
    final Object
    An array of ProjectSourceVersion 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.
    final List<CfnTag>
    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
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnProjectProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnProjectProps.Builder.
  • Method Details

    • getArtifacts

      public final Object 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 interface CfnProjectProps
    • getEnvironment

      public final Object 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 interface CfnProjectProps
    • getServiceRole

      public final String 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 interface CfnProjectProps
    • getSource

      public final Object 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 interface CfnProjectProps
    • getBadgeEnabled

      public final Object 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 the Source property, do not specify the BadgeEnabled property.

      Specified by:
      getBadgeEnabled in interface CfnProjectProps
    • getBuildBatchConfig

      public final Object getBuildBatchConfig()
      Description copied from interface: CfnProjectProps
      A ProjectBuildBatchConfig object that defines the batch build options for the project.
      Specified by:
      getBuildBatchConfig in interface CfnProjectProps
    • getCache

      public final Object getCache()
      Description copied from interface: CfnProjectProps
      Settings that AWS CodeBuild uses to store and reuse build dependencies.
      Specified by:
      getCache in interface CfnProjectProps
    • getConcurrentBuildLimit

      public final Number 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 interface CfnProjectProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnProjectProps
      A description that makes the build project easy to identify.
      Specified by:
      getDescription in interface CfnProjectProps
    • getEncryptionKey

      public final String 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 interface CfnProjectProps
    • getFileSystemLocations

      public final Object getFileSystemLocations()
      Description copied from interface: CfnProjectProps
      An array of ProjectFileSystemLocation objects for a CodeBuild build project.

      A ProjectFileSystemLocation object specifies the identifier , location , mountOptions , mountPoint , and type of a file system created using Amazon Elastic File System.

      Specified by:
      getFileSystemLocations in interface CfnProjectProps
    • getLogsConfig

      public final Object 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 interface CfnProjectProps
    • getName

      public final String 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 interface CfnProjectProps
    • getQueuedTimeoutInMinutes

      public final Number 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 interface CfnProjectProps
    • getResourceAccessRole

      public final String 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 interface CfnProjectProps
    • getSecondaryArtifacts

      public final Object getSecondaryArtifacts()
      Description copied from interface: CfnProjectProps
      A list of Artifacts objects.

      Each artifacts object specifies output settings that the project generates during a build.

      Specified by:
      getSecondaryArtifacts in interface CfnProjectProps
    • getSecondarySources

      public final Object getSecondarySources()
      Description copied from interface: CfnProjectProps
      An array of ProjectSource objects.
      Specified by:
      getSecondarySources in interface CfnProjectProps
    • getSecondarySourceVersions

      public final Object getSecondarySourceVersions()
      Description copied from interface: CfnProjectProps
      An array of ProjectSourceVersion objects.

      If secondarySourceVersions is specified at the build level, then they take over these secondarySourceVersions (at the project level).

      Specified by:
      getSecondarySourceVersions in interface CfnProjectProps
    • getSourceVersion

      public final String 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 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.
      • 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 this sourceVersion (at the project level).

      For more information, see Source Version Sample with CodeBuild in the AWS CodeBuild User Guide .

      Specified by:
      getSourceVersion in interface CfnProjectProps
    • getTags

      public final List<CfnTag> 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 interface CfnProjectProps
    • getTimeoutInMinutes

      public final Number 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 interface CfnProjectProps
    • getTriggers

      public final Object 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 interface CfnProjectProps
    • getVisibility

      public final String 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 interface CfnProjectProps
    • getVpcConfig

      public final Object 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 interface CfnProjectProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object