PackageProps
Properties for defining a Package
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-maxcompute-package
Initializer
import ros_cdk_maxcompute
ros_cdk_maxcompute.PackageProps(
package_name: typing.Union[str, IResolvable],
project_name: typing.Union[str, IResolvable],
acl: typing.Union[IResolvable, AclProperty] = None
)
Properties
Name | Type | Description |
---|---|---|
package_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property packageName: The name of the project package. |
project_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property projectName: The name of the MaxCompute project. |
acl |
typing.Union[ros_cdk_core.IResolvable, AclProperty] |
Property acl: The access-control list (ACL). |
package_name
Required
package_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property packageName: The name of the project package.
project_name
Required
project_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property projectName: The name of the MaxCompute project.
acl
Optional
acl: typing.Union[IResolvable, AclProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, AclProperty]
Property acl: The access-control list (ACL).