ConfigurationProps
Properties for defining a Configuration.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-acm-configuration
Initializer
import { ConfigurationProps } from '@alicloud/ros-cdk-acm'
const configurationProps: ConfigurationProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
content |
string | @alicloud/ros-cdk-core.IResolvable |
Property content: The contents of the configuration. |
dataId |
string | @alicloud/ros-cdk-core.IResolvable |
Property dataId: The ID of the configuration. |
namespaceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property namespaceId: ID of namespace. |
appName |
string | @alicloud/ros-cdk-core.IResolvable |
Property appName: Configuration application name. |
desc |
string | @alicloud/ros-cdk-core.IResolvable |
Property desc: Configuration description explains. |
group |
string | @alicloud/ros-cdk-core.IResolvable |
Property group: Group. |
tags |
string |
Property tags: Label configurations, such as the presence of a plurality of tags, separated by commas. |
type |
string | @alicloud/ros-cdk-core.IResolvable |
Property type: Provisioning content format, optional values as follows: text, json, xml, yaml, text\/html, properties. |
contentRequired
public readonly content: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property content: The contents of the configuration.
dataIdRequired
public readonly dataId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
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 readonly namespaceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property namespaceId: ID of namespace.
appNameOptional
public readonly appName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property appName: Configuration application name.
descOptional
public readonly desc: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property desc: Configuration description explains.
groupOptional
public readonly group: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property group: Group.
tagsOptional
public readonly tags: string;
- Type: string
Property tags: Label configurations, such as the presence of a plurality of tags, separated by commas.
typeOptional
public readonly type: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property type: Provisioning content format, optional values as follows: text, json, xml, yaml, text\/html, properties.