Skip to content

AppProps

Properties for defining a App.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-elasticsearchserverless-app

Initializer

import ros_cdk_elasticsearchserverless
ros_cdk_elasticsearchserverless.AppProps(
  app_name: typing.Union[str, IResolvable],
  authentication: typing.Union[IResolvable, AuthenticationProperty],
  quota_info: typing.Union[IResolvable, QuotaInfoProperty],
  app_version: typing.Union[str, IResolvable] = None,
  description: typing.Union[str, IResolvable] = None,
  network: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, NetworkProperty]]] = None,
  private_network: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, PrivateNetworkProperty]]] = None
)

Properties

Name Type Description
app_name typing.Union[str, ros_cdk_core.IResolvable] Property appName: The name of the elastic search serverless version app.
authentication typing.Union[ros_cdk_core.IResolvable, AuthenticationProperty] Property authentication: The authentication of the app.
quota_info typing.Union[ros_cdk_core.IResolvable, QuotaInfoProperty] Property quotaInfo: The quota info of the app.
app_version typing.Union[str, ros_cdk_core.IResolvable] Property appVersion: The version of the app.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: The description of the app.
network typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, NetworkProperty]]] Property network: The public network of the app.
private_network typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, PrivateNetworkProperty]]] Property privateNetwork: The private network of the app.

app_nameRequired

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

Property appName: The name of the elastic search serverless version app.


authenticationRequired

authentication: typing.Union[IResolvable, AuthenticationProperty]

Property authentication: The authentication of the app.

Currently only supports specifying passwords for initial users


quota_infoRequired

quota_info: typing.Union[IResolvable, QuotaInfoProperty]

Property quotaInfo: The quota info of the app.


app_versionOptional

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

Property appVersion: The version of the app.


descriptionOptional

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

Property description: The description of the app.


networkOptional

network: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, NetworkProperty]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, NetworkProperty]]]

Property network: The public network of the app.


private_networkOptional

private_network: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, PrivateNetworkProperty]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, PrivateNetworkProperty]]]

Property privateNetwork: The private network of the app.