Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.CreateStorageLocation C# (CSharp) Method

CreateStorageLocation() public method

Creates the Amazon S3 storage location for the account.

This location is used to store user log files.

/// The specified account does not have sufficient privileges for one of more AWS services. /// /// The specified account does not have a subscription to Amazon S3. /// /// The specified account has reached its limit of Amazon S3 buckets. ///
        public CreateStorageLocationResponse CreateStorageLocation()
        {
            return CreateStorageLocation(new CreateStorageLocationRequest());
        }

Same methods

AmazonElasticBeanstalkClient::CreateStorageLocation ( CreateStorageLocationRequest request ) : CreateStorageLocationResponse
AmazonElasticBeanstalkClient