Values.PutResourcePolicyRequestSourceCreates a resource control policy for a given resource.
type nonrec t = {resourceArn : ResourceArn.t;The Amazon Resource Name (ARN) of the resource for which the policy is being created.
*)resourcePolicy : Policy.t;The JSON-formatted resource policy to create.
*)policyRevisionId : PolicyRevisionId.t option;A unique identifier for a revision of the resource policy.
*)clientToken : IdempotenceToken.t;A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.
*)}val make :
?policyRevisionId:??? ->
resourceArn:ResourceArn.t ->
resourcePolicy:Policy.t ->
clientToken:IdempotenceToken.t ->
unit ->
t