View source: R/lookoutequipment_operations.R
lookoutequipment_put_resource_policy | R Documentation |
Creates a resource control policy for a given resource.
See https://www.paws-r-sdk.com/docs/lookoutequipment_put_resource_policy/ for full documentation.
lookoutequipment_put_resource_policy(
ResourceArn,
ResourcePolicy,
PolicyRevisionId = NULL,
ClientToken
)
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource for which the policy is being created. |
ResourcePolicy |
[required] The JSON-formatted resource policy to create. |
PolicyRevisionId |
A unique identifier for a revision of the resource policy. |
ClientToken |
[required] A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.