Method: Aws::CodeBuild::Types::UpdateProjectVisibilityInput#resource_access_role

Defined in:
lib/aws-sdk-codebuild/types.rb

#resource_access_roleString

The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the project’s builds.

Returns:

  • (String)


7965
7966
7967
7968
7969
7970
7971
# File 'lib/aws-sdk-codebuild/types.rb', line 7965

class UpdateProjectVisibilityInput < Struct.new(
  :project_arn,
  :project_visibility,
  :resource_access_role)
  SENSITIVE = []
  include Aws::Structure
end