AppsProps
Properties for defining a Apps
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-apigateway-apps
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway/datasource"
&datasource.AppsProps {
AppId: interface{},
AppOwner: interface{},
RefreshOptions: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AppId |
interface{} |
Property appId: Unique ID of the app. |
AppOwner |
interface{} |
Property appOwner: Alibaba Cloud account ID of the app owner. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
AppId
Optional
AppId interface{}
- Type: interface{}
Property appId: Unique ID of the app.
AppOwner
Optional
AppOwner interface{}
- Type: interface{}
Property appOwner: Alibaba Cloud account ID of the app owner.
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.