Container
This section describes operations that you can perform on an AWS Elemental MediaStore container.
Contents
- AccessLoggingEnabled
-
The state of access logging on the container. This value is
false
by default, indicating that AWS Elemental MediaStore does not send access logs to Amazon CloudWatch Logs. When you enable access logging on the container, MediaStore changes this value totrue
, indicating that the service delivers access logs for objects stored in that container to CloudWatch Logs.Type: Boolean
Required: No
- 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
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
arn:aws:mediastore:[a-z]+-[a-z]+-\d:\d{12}:container/[\w-]{1,255}
Required: No
- CreationTime
-
Unix timestamp.
Type: Timestamp
Required: No
- 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.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\u0009\u000A\u000D\u0020-\u00FF]+
Required: No
- Name
-
The name of the container.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\w-]+
Required: No
- Status
-
The status of container creation or deletion. The status is one of the following:
CREATING
,ACTIVE
, orDELETING
. While the service is creating the container, the status isCREATING
. When the endpoint is available, the status changes toACTIVE
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 16.
Valid Values:
ACTIVE | CREATING | DELETING
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: