ConfigurationProps
Properties for defining a Configuration
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-acm-configuration
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkacm"
&alicloudroscdkacm.ConfigurationProps {
Content: interface{},
DataId: interface{},
NamespaceId: interface{},
AppName: interface{},
Desc: interface{},
Group: interface{},
Tags: *string,
Type: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Content |
interface{} |
Property content: The contents of the configuration. |
DataId |
interface{} |
Property dataId: The ID of the configuration. |
NamespaceId |
interface{} |
Property namespaceId: ID of namespace. |
AppName |
interface{} |
Property appName: Configuration application name. |
Desc |
interface{} |
Property desc: Configuration description explains. |
Group |
interface{} |
Property group: Group. |
Tags |
*string |
Property tags: Label configurations, such as the presence of a plurality of tags, separated by commas. |
Type |
interface{} |
Property type: Provisioning content format, optional values as follows: text, json, xml, yaml, text\/html, properties. |
Content
Required
Content interface{}
- Type: interface{}
Property content: The contents of the configuration.
DataId
Required
DataId interface{}
- Type: interface{}
Property dataId: The ID of the configuration.
Allowed characters are upper and lower case letters, numbers, decimal points (.), Colons (:), asterisks (*), underscores (_), and underscores (-). When the ID prefix is the following value, ACM will automatically use KMS service to encrypt this configuration: The prefix is cipher-: the KMS service is called to encrypt and decrypt the configuration. The size of the encrypted data does not exceed 4 KB, and the maximum does not exceed 6 KB. Special symbols such as and (&) will decrypt errors and are not recommended. The prefix is cipher-kms-aes-128-: using KMS's envelope encryption and decryption method, the configuration content can exceed 6 KB, up to 100 KB. The plain text data of the configuration content will not be transmitted to the KMS system, which is more secure and recommended.
NamespaceId
Required
NamespaceId interface{}
- Type: interface{}
Property namespaceId: ID of namespace.
AppName
Optional
AppName interface{}
- Type: interface{}
Property appName: Configuration application name.
Desc
Optional
Desc interface{}
- Type: interface{}
Property desc: Configuration description explains.
Group
Optional
Group interface{}
- Type: interface{}
Property group: Group.
Tags
Optional
Tags *string
- Type: *string
Property tags: Label configurations, such as the presence of a plurality of tags, separated by commas.
Type
Optional
Type interface{}
- Type: interface{}
Property type: Provisioning content format, optional values as follows: text, json, xml, yaml, text\/html, properties.