Skip to content

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_nameRequired

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

Property packageName: The name of the project package.


project_nameRequired

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

Property projectName: The name of the MaxCompute project.


aclOptional

acl: typing.Union[IResolvable, AclProperty]
  • Type: typing.Union[ros_cdk_core.IResolvable, AclProperty]

Property acl: The access-control list (ACL).