Method: Aws::CodeBuild::Types::PutResourcePolicyInput#policy
- Defined in:
- lib/aws-sdk-codebuild/types.rb
#policy ⇒ String
A JSON-formatted resource policy. For more information, see [Sharing a Project] and [Sharing a Report Group] in the *CodeBuild User Guide*.
[1]: docs.aws.amazon.com/codebuild/latest/userguide/project-sharing.html#project-sharing-share [2]: docs.aws.amazon.com/codebuild/latest/userguide/report-groups-sharing.html#report-groups-sharing-share
5184 5185 5186 5187 5188 5189 |
# File 'lib/aws-sdk-codebuild/types.rb', line 5184 class PutResourcePolicyInput < Struct.new( :policy, :resource_arn) SENSITIVE = [] include Aws::Structure end |