AppsProps
Properties for defining a Apps
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-apigateway-apps
Initializer
from ros_cdk_apigateway import datasource
datasource.AppsProps(
app_id: typing.Union[str, IResolvable] = None,
app_owner: typing.Union[str, IResolvable] = None,
refresh_options: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
app_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property appId: Unique ID of the app. |
app_owner |
typing.Union[str, ros_cdk_core.IResolvable] |
Property appOwner: Alibaba Cloud account ID of the app owner. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
app_id
Optional
app_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property appId: Unique ID of the app.
app_owner
Optional
app_owner: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property appOwner: Alibaba Cloud account ID of the app owner.
refresh_options
Optional
refresh_options: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
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.