codebuild_update_project_visibility {paws.developer.tools} | R Documentation |
Changes the public visibility for a project
Description
Changes the public visibility for a project. The project's build results, logs, and artifacts are available to the general public. For more information, see Public build projects in the CodeBuild User Guide.
See https://www.paws-r-sdk.com/docs/codebuild_update_project_visibility/ for full documentation.
Usage
codebuild_update_project_visibility(
projectArn,
projectVisibility,
resourceAccessRole = NULL
)
Arguments
projectArn |
[required] The Amazon Resource Name (ARN) of the build project. |
projectVisibility |
[required] |
resourceAccessRole |
The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the project's builds. |
[Package paws.developer.tools version 0.9.0 Index]