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¶
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"
)