Skip to content

FlowProjectsProps

Properties for defining a FlowProjects.

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

Initializer

import { datasource } from '@alicloud/ros-cdk-emr'
const flowProjectsProps: datasource.FlowProjectsProps = { ... }

Properties

Name Type Description
flowProjectId string | @alicloud/ros-cdk-core.IResolvable Property flowProjectId: The first ID of the resource.
flowProjectName string | @alicloud/ros-cdk-core.IResolvable Property flowProjectName: Project name.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

flowProjectIdOptional

public readonly flowProjectId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property flowProjectId: The first ID of the resource.


flowProjectNameOptional

public readonly flowProjectName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property flowProjectName: Project name.


refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/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.