ConfigurationsProps
Properties for defining a Configurations
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-acm-configurations
Initializer
import com.aliyun.ros.cdk.acm.datasource.ConfigurationsProps;
ConfigurationsProps.builder()
.namespaceId(java.lang.String)
.namespaceId(IResolvable)
// .appName(java.lang.String)
// .appName(IResolvable)
// .dataId(java.lang.String)
// .dataId(IResolvable)
// .group(java.lang.String)
// .group(IResolvable)
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
namespaceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property namespaceId: The namespace ID of configuration. |
appName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property appName: The app name of configuration. |
dataId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property dataId: The data ID of configuration. |
group |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property group: The group of configuration. |
refreshOptions |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
namespaceId
Required
public java.lang.Object getNamespaceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property namespaceId: The namespace ID of configuration.
appName
Optional
public java.lang.Object getAppName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property appName: The app name of configuration.
dataId
Optional
public java.lang.Object getDataId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property dataId: The data ID of configuration.
group
Optional
public java.lang.Object getGroup();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property group: The group of configuration.
refreshOptions
Optional
public java.lang.Object getRefreshOptions();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.