View source: R/codebuild_operations.R
codebuild_update_project_visibility | R Documentation |
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.
codebuild_update_project_visibility(
projectArn,
projectVisibility,
resourceAccessRole = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.