String endpoint
The DNS endpoint of the container. Use the endpoint to identify the specific container when sending requests to the data plane. The service assigns this value when the container is created. Once the value has been assigned, it does not change.
Date creationTime
Unix timestamp.
String aRN
The Amazon Resource Name (ARN) of the container. The ARN has the following format:
arn:aws:<region>:<account that owns this container>:container/<name of container>
For example: arn:aws:mediastore:us-west-2:111122223333:container/movies
String name
The name of the container.
String status
The status of container creation or deletion. The status is one of the following: CREATING,
ACTIVE, or DELETING. While the service is creating the container, the status is
CREATING. When the endpoint is available, the status changes to ACTIVE.
List<E> allowedOrigins
One or more response headers that you want users to be able to access from their applications (for example, from
a JavaScript XMLHttpRequest object).
Each CORS rule must have at least one AllowedOrigins element. The string value can include only one
wildcard character (*), for example, http://*.example.com. Additionally, you can specify only one wildcard
character to allow cross-origin access for all origins.
List<E> allowedMethods
Identifies an HTTP method that the origin that is specified in the rule is allowed to execute.
Each CORS rule must contain at least one AllowedMethods and one AllowedOrigins element.
List<E> allowedHeaders
Specifies which headers are allowed in a preflight OPTIONS request through the
Access-Control-Request-Headers header. Each header name that is specified in
Access-Control-Request-Headers must have a corresponding entry in the rule. Only the headers that
were requested are sent back.
This element can contain only one wildcard character (*).
Integer maxAgeSeconds
The time in seconds that your browser caches the preflight response for the specified resource.
A CORS rule can have only one MaxAgeSeconds element.
List<E> exposeHeaders
One or more headers in the response that you want users to be able to access from their applications (for
example, from a JavaScript XMLHttpRequest object).
This element is optional for each rule.
String containerName
The name for the container. The name must be from 1 to 255 characters. Container names must be unique to your AWS
account within a specific region. As an example, you could create a container named movies in every
region, as long as you don’t have an existing container with that name.
Container container
ContainerARN: The Amazon Resource Name (ARN) of the newly created container. The ARN has the following format: arn:aws:<region>:<account that owns this container>:container/<name of container>. For example: arn:aws:mediastore:us-west-2:111122223333:container/movies
ContainerName: The container name as specified in the request.
CreationTime: Unix time stamp.
Status: The status of container creation or deletion. The status is one of the following: CREATING,
ACTIVE, or DELETING. While the service is creating the container, the status is
CREATING. When an endpoint is available, the status changes to ACTIVE.
The return value does not include the container's endpoint. To make downstream requests, you must obtain this value by using DescribeContainer or ListContainers.
String containerName
The name of the container that holds the policy.
String containerName
The name of the container to delete.
String containerName
The name of the container to remove the policy from.
String containerName
The name of the container that holds the object lifecycle policy.
String containerName
The name of the container to query.
Container container
The name of the queried container.
String containerName
The name of the container.
String policy
The contents of the access policy.
String containerName
The name of the container that the policy is assigned to.
String containerName
The name of the container that the object lifecycle policy is assigned to.
String lifecyclePolicy
The object lifecycle policy that is assigned to the container.
String nextToken
Only if you used MaxResults in the first command, enter the token (which was included in the
previous response) to obtain the next set of containers. This token is included in a response only if there
actually are more containers to list.
Integer maxResults
Enter the maximum number of containers in the response. Use from 1 to 255 characters.
Copyright © 2019. All rights reserved.