NamespaceProps
Properties for defining a Namespace
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-flink-namespace
Initializer
import ros_cdk_flink
ros_cdk_flink.NamespaceProps(
instance_id: typing.Union[str, IResolvable],
namespace: typing.Union[str, IResolvable],
resource_spec: typing.Union[IResolvable, ResourceSpecProperty] = None
)
Properties
Name | Type | Description |
---|---|---|
instance_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property instanceId: Instance ID. |
namespace |
typing.Union[str, ros_cdk_core.IResolvable] |
Property namespace: Project space name. |
resource_spec |
typing.Union[ros_cdk_core.IResolvable, ResourceSpecProperty] |
Property resourceSpec: Resource specifications. |
instance_id
Required
instance_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property instanceId: Instance ID.
namespace
Required
namespace: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property namespace: Project space name.
resource_spec
Optional
resource_spec: typing.Union[IResolvable, ResourceSpecProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, ResourceSpecProperty]
Property resourceSpec: Resource specifications.