Skip to content

UserAuthConfigsProps

Properties for defining a UserAuthConfigs.

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

Initializer

import { datasource } from '@alicloud/ros-cdk-appflow'
const userAuthConfigsProps: datasource.UserAuthConfigsProps = { ... }

Properties

Name Type Description
connectorId string | @alicloud/ros-cdk-core.IResolvable Property connectorId: The id of connector.
authConfigNames @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property authConfigNames: The names of the config.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

connectorIdRequired

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

Property connectorId: The id of connector.


authConfigNamesOptional

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

Property authConfigNames: The names of the config.


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.