Skip to content

ApplicationsProps

Properties for defining a Applications.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-edas-applications

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkedas/datasource"
&datasource.ApplicationsProps {
    AppName: interface{},
    ClusterId: interface{},
    LogicalRegionId: interface{},
    RefreshOptions: interface{},
    ResourceGroupId: interface{},
}

Properties

Name Type Description
AppName interface{} Property appName: The application name keyword.
ClusterId interface{} Property clusterId: The ID of the cluster.
LogicalRegionId interface{} Property logicalRegionId: The ID of the namespace.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ResourceGroupId interface{} Property resourceGroupId: The ID of the resource group.

AppNameOptional

AppName interface{}
  • Type: interface{}

Property appName: The application name keyword.


ClusterIdOptional

ClusterId interface{}
  • Type: interface{}

Property clusterId: The ID of the cluster.


LogicalRegionIdOptional

LogicalRegionId interface{}
  • Type: interface{}

Property logicalRegionId: The ID of the namespace.


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.

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The ID of the resource group.