RosProjectProps
Properties for defining a RosProject.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-maxcompute-project
Initializer
import ros_cdk_maxcompute
ros_cdk_maxcompute.RosProjectProps(
name: typing.Union[str, IResolvable],
charge_type: typing.Union[str, IResolvable] = None,
comment: typing.Union[str, IResolvable] = None,
default_quota: typing.Union[str, IResolvable] = None,
ip_white_list: typing.Union[IResolvable, IpWhiteListProperty] = None,
properties: typing.Union[IResolvable, PropertiesProperty] = None,
support_schema_levels: typing.Union[bool, IResolvable] = None
)
Properties
| Name | Type | Description |
|---|---|---|
name | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
charge_type | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
comment | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
default_quota | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
ip_white_list | typing.Union[ros_cdk_core.IResolvable, IpWhiteListProperty] | No description. |
properties | typing.Union[ros_cdk_core.IResolvable, PropertiesProperty] | No description. |
support_schema_levels | typing.Union[bool, ros_cdk_core.IResolvable] | No description. |
nameRequired
name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
charge_typeOptional
charge_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
commentOptional
comment: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
default_quotaOptional
default_quota: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
ip_white_listOptional
ip_white_list: typing.Union[IResolvable, IpWhiteListProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, IpWhiteListProperty]
propertiesOptional
properties: typing.Union[IResolvable, PropertiesProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, PropertiesProperty]
support_schema_levelsOptional
support_schema_levels: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]