Get S3 Access Policy
omics_get_s3_access_policy | R Documentation |
Retrieves details about an access policy on a given store¶
Description¶
Retrieves details about an access policy on a given store.
Usage¶
omics_get_s3_access_policy(s3AccessPointArn)
Arguments¶
s3AccessPointArn |
[required] The S3 access point ARN that has the access policy. |
Value¶
A list with the following syntax:
list(
s3AccessPointArn = "string",
storeId = "string",
storeType = "SEQUENCE_STORE"|"REFERENCE_STORE",
updateTime = as.POSIXct(
"2015-01-01"
),
s3AccessPolicy = "string"
)
Request syntax¶
svc$get_s3_access_policy(
s3AccessPointArn = "string"
)