NamespaceProps
Properties for defining a Namespace
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-namespace
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcms"
&alicloudroscdkcms.NamespaceProps {
Namespace: interface{},
Description: interface{},
Specification: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Namespace |
interface{} |
Property namespace: The name of the namespace. |
Description |
interface{} |
Property description: The description of the namespace. |
Specification |
interface{} |
Property specification: The data retention period of the namespace. |
Namespace
Required
Namespace interface{}
- Type: interface{}
Property namespace: The name of the namespace.
The name can contain lowercase letters, digits, and hyphens (-).
Description
Optional
Description interface{}
- Type: interface{}
Property description: The description of the namespace.
Specification
Optional
Specification interface{}
- Type: interface{}
Property specification: The data retention period of the namespace.
Valid values:
- cms.s1.large: Data storage duration is 15 days.
- cms.s1.xlarge: Data storage duration is 32 days.
- cms.s1.2xlarge: Data storage duration 63 days.
- cms.s1.3xlarge: Data storage duration 93 days.
- cms.s1.6xlarge: Data storage duration 185 days.
- cms.s1.12xlarge: Data storage duration 376 days.