Skip to content

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.

NamespaceIdRequired

NamespaceId interface{}
  • Type: interface{}

Property namespaceId: The namespace ID of configuration.


AppNameOptional

AppName interface{}
  • Type: interface{}

Property appName: The app name of configuration.


DataIdOptional

DataId interface{}
  • Type: interface{}

Property dataId: The data ID of configuration.


GroupOptional

Group interface{}
  • Type: interface{}

Property group: The group of configuration.


RefreshOptionsOptional

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.