Skip to content

ConfigurationProps

Properties for defining a Configuration.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-acm-configuration

Initializer

using AlibabaCloud.SDK.ROS.CDK.Acm;
new ConfigurationProps {
    object Content,
    object DataId,
    object NamespaceId,
    object AppName = null,
    object Desc = null,
    object Group = null,
    string Tags = null,
    object Type = null
};

Properties

Name Type Description
Content object Property content: The contents of the configuration.
DataId object Property dataId: The ID of the configuration.
NamespaceId object Property namespaceId: ID of namespace.
AppName object Property appName: Configuration application name.
Desc object Property desc: Configuration description explains.
Group object Property group: Group.
Tags string Property tags: Label configurations, such as the presence of a plurality of tags, separated by commas.
Type object Property type: Provisioning content format, optional values as follows: text, json, xml, yaml, text\/html, properties.

ContentRequired

public object Content { get; set; }
  • Type: object

Property content: The contents of the configuration.


DataIdRequired

public object DataId { get; set; }
  • Type: object

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.


NamespaceIdRequired

public object NamespaceId { get; set; }
  • Type: object

Property namespaceId: ID of namespace.


AppNameOptional

public object AppName { get; set; }
  • Type: object

Property appName: Configuration application name.


DescOptional

public object Desc { get; set; }
  • Type: object

Property desc: Configuration description explains.


GroupOptional

public object Group { get; set; }
  • Type: object

Property group: Group.


TagsOptional

public string Tags { get; set; }
  • Type: string

Property tags: Label configurations, such as the presence of a plurality of tags, separated by commas.


TypeOptional

public object Type { get; set; }
  • Type: object

Property type: Provisioning content format, optional values as follows: text, json, xml, yaml, text\/html, properties.