Skip to content

FlowProjectsProps

Properties for defining a FlowProjects.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkemr/datasource"
&datasource.FlowProjectsProps {
    FlowProjectId: interface{},
    FlowProjectName: interface{},
    RefreshOptions: interface{},
}

Properties

Name Type Description
FlowProjectId interface{} Property flowProjectId: The first ID of the resource.
FlowProjectName interface{} Property flowProjectName: Project name.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

FlowProjectIdOptional

FlowProjectId interface{}
  • Type: interface{}

Property flowProjectId: The first ID of the resource.


FlowProjectNameOptional

FlowProjectName interface{}
  • Type: interface{}

Property flowProjectName: Project name.


RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

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.