Skip to content

get_cluster_s3_bucket_name()

Get the name of the Amazon S3 bucket associated with a cluster.

get_cluster_s3_bucket_name(name=None, ...)

Description

This function gets the name of the Amazon S3 bucket associated with a cluster.

Required Parameters

name (str)

Name of cluster for which to retrieve the name of the S3 bucket

Returns (str)

Name of the S3 bucket

Example Usage

get_cluster_s3_bucket("mycluster")