Class ProjectBuildBatchConfigArgs


  • public final class ProjectBuildBatchConfigArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • combineArtifacts

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> combineArtifacts()
        Returns:
        Specifies if the build artifacts for the batch build should be combined into a single artifact location.
      • restrictions

        public java.util.Optional<com.pulumi.core.Output<ProjectBuildBatchConfigRestrictionsArgs>> restrictions()
        Returns:
        Configuration block specifying the restrictions for the batch build. Detailed below.
      • serviceRole

        public com.pulumi.core.Output<java.lang.String> serviceRole()
        Returns:
        Specifies the service role ARN for the batch build project.
      • timeoutInMins

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> timeoutInMins()
        Returns:
        Specifies the maximum amount of time, in minutes, that the batch build must be completed in.