Skip to content

UserAuthConfigsProps

Properties for defining a UserAuthConfigs.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-appflow-userauthconfigs

Initializer

from ros_cdk_appflow import datasource
datasource.UserAuthConfigsProps(
  connector_id: typing.Union[str, IResolvable],
  auth_config_names: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
  refresh_options: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
connector_id typing.Union[str, ros_cdk_core.IResolvable] Property connectorId: The id of connector.
auth_config_names typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property authConfigNames: The names of the config.
refresh_options typing.Union[str, ros_cdk_core.IResolvable] Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

connector_idRequired

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

Property connectorId: The id of connector.


auth_config_namesOptional

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

Property authConfigNames: The names of the config.


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.