ApplicationsProps
Properties for defining a Applications
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-sae-applications
Initializer
from ros_cdk_sae import datasource
datasource.ApplicationsProps(
app_name: typing.Union[str, IResolvable] = None,
field_type: typing.Union[str, IResolvable] = None,
field_value: typing.Union[str, IResolvable] = None,
namespace_id: typing.Union[str, IResolvable] = None,
refresh_options: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
app_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property appName: The name of application. |
field_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property fieldType: Set the dimension of the filter application. |
field_value |
typing.Union[str, ros_cdk_core.IResolvable] |
Property fieldValue: Enter the application name, application ID, SLB IP address, or instance IP address of the target application. |
namespace_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property namespaceId: The ID of namespace. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
app_name
Optional
app_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property appName: The name of application.
field_type
Optional
field_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property fieldType: Set the dimension of the filter application.
Valid values: appName: The application name. appIds: App IDs. slbIps: SLB IP address. instanceIps: Instance IP address.
field_value
Optional
field_value: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property fieldValue: Enter the application name, application ID, SLB IP address, or instance IP address of the target application.
namespace_id
Optional
namespace_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property namespaceId: The ID of namespace.
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.