Put S3 Access Policy
omics_put_s3_access_policy | R Documentation |
Adds an access policy to the specified store¶
Description¶
Adds an access policy to the specified store.
Usage¶
omics_put_s3_access_policy(s3AccessPointArn, s3AccessPolicy)
Arguments¶
s3AccessPointArn |
[required] The S3 access point ARN where you want to put the access policy. |
s3AccessPolicy |
[required] The resource policy that controls S3 access to the store. |
Value¶
A list with the following syntax:
list(
s3AccessPointArn = "string",
storeId = "string",
storeType = "SEQUENCE_STORE"|"REFERENCE_STORE"
)
Request syntax¶
svc$put_s3_access_policy(
s3AccessPointArn = "string",
s3AccessPolicy = "string"
)