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. |
flowProjectId
Optional
public readonly flowProjectId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property flowProjectId: The first ID of the resource.
flowProjectName
Optional
public readonly flowProjectName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property flowProjectName: Project name.
refreshOptions
Optional
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.