UserAuthConfigProps
Properties for defining a UserAuthConfig
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-appflow-userauthconfig
Initializer
import ros_cdk_appflow
ros_cdk_appflow.UserAuthConfigProps(
auth_config: typing.Union[IResolvable, typing.Mapping[typing.Any]],
auth_config_name: typing.Union[str, IResolvable],
connector_id: typing.Union[str, IResolvable]
)
Properties
Name | Type | Description |
---|---|---|
auth_config |
typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]] |
Property authConfig: AuthConfig. |
auth_config_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property authConfigName: The name of the config. |
connector_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property connectorId: The id of connector. |
auth_config
Required
auth_config: typing.Union[IResolvable, typing.Mapping[typing.Any]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]]
Property authConfig: AuthConfig.
auth_config_name
Required
auth_config_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property authConfigName: The name of the config.
connector_id
Required
connector_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property connectorId: The id of connector.