View source: R/s3control_operations.R
s3control_create_access_grants_location | R Documentation |
The S3 data location that you would like to register in your S3 Access Grants instance. Your S3 data must be in the same Region as your S3 Access Grants instance. The location can be one of the following:
See https://www.paws-r-sdk.com/docs/s3control_create_access_grants_location/ for full documentation.
s3control_create_access_grants_location(
AccountId,
LocationScope,
IAMRoleArn,
Tags = NULL
)
AccountId |
[required] The ID of the Amazon Web Services account that is making this request. |
LocationScope |
[required] The S3 path to the location that you are registering. The location scope
can be the default S3 location |
IAMRoleArn |
[required] The Amazon Resource Name (ARN) of the IAM role for the registered location. S3 Access Grants assumes this role to manage access to the registered location. |
Tags |
The Amazon Web Services resource tags that you are adding to the S3 Access Grants location. Each tag is a label consisting of a user-defined key and value. Tags can help you manage, identify, organize, search for, and filter resources. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.