get_cluster_s3_bucket_name()
Get the name of the Amazon S3 bucket associated with a cluster.
get_cluster_s3_bucket_name(name=nothing, ...)
Description
This function gets the name of the Amazon S3 bucket associated with a cluster.
Required Parameters
name (String)
Name of cluster for which to retrieve the name of the S3 bucket
Returns (String)
Name of the S3 bucket
Example Usage
get_cluster_s3_bucket("mycluster")