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. |
AppName
Optional
AppName interface{}
- Type: interface{}
Property appName: The application name keyword.
ClusterId
Optional
ClusterId interface{}
- Type: interface{}
Property clusterId: The ID of the cluster.
LogicalRegionId
Optional
LogicalRegionId interface{}
- Type: interface{}
Property logicalRegionId: The ID of the namespace.
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.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of the resource group.