Skip to content

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_nameOptional

app_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property appName: The name of application.


field_typeOptional

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_valueOptional

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_idOptional

namespace_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property namespaceId: The ID of namespace.


refresh_optionsOptional

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.