Skip to content

FlowProjectsProps

Properties for defining a FlowProjects.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-emr-flowprojects

Initializer

from ros_cdk_emr import datasource
datasource.FlowProjectsProps(
  flow_project_id: typing.Union[str, IResolvable] = None,
  flow_project_name: typing.Union[str, IResolvable] = None,
  refresh_options: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
flow_project_id typing.Union[str, ros_cdk_core.IResolvable] Property flowProjectId: The first ID of the resource.
flow_project_name typing.Union[str, ros_cdk_core.IResolvable] Property flowProjectName: Project name.
refresh_options typing.Union[str, ros_cdk_core.IResolvable] Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

flow_project_idOptional

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

Property flowProjectId: The first ID of the resource.


flow_project_nameOptional

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

Property flowProjectName: Project name.


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.