ConfigurationsProps
Properties for defining a Configurations
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-acm-configurations
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkacm/datasource"
&datasource.ConfigurationsProps {
NamespaceId: interface{},
AppName: interface{},
DataId: interface{},
Group: interface{},
RefreshOptions: interface{},
}
Properties
Name | Type | Description |
---|---|---|
NamespaceId |
interface{} |
Property namespaceId: The namespace ID of configuration. |
AppName |
interface{} |
Property appName: The app name of configuration. |
DataId |
interface{} |
Property dataId: The data ID of configuration. |
Group |
interface{} |
Property group: The group of configuration. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
NamespaceId
Required
NamespaceId interface{}
- Type: interface{}
Property namespaceId: The namespace ID of configuration.
AppName
Optional
AppName interface{}
- Type: interface{}
Property appName: The app name of configuration.
DataId
Optional
DataId interface{}
- Type: interface{}
Property dataId: The data ID of configuration.
Group
Optional
Group interface{}
- Type: interface{}
Property group: The group of configuration.
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
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.