Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / mediastore / create-container.rst
Size: Mime:
**To create a container**

The following ``create-container`` example creates a new, empty container. ::

    aws mediastore create-container --container-name ExampleContainer

Output::

    {
        "Container": {
            "AccessLoggingEnabled": false,
            "CreationTime": 1563557265,
            "Name": "ExampleContainer",
            "Status": "CREATING",
            "ARN": "arn:aws:mediastore:us-west-2:111122223333:container/ExampleContainer"
        }
    }

For more information, see `Creating a Container <https://docs.aws.amazon.com/mediastore/latest/ug/containers-create.html>`__ in the *AWS Elemental MediaStore User Guide*.