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,
log_pro_configuration: typing.Union[IResolvable, LogProConfigurationProperty] = None,
network: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, NetworkProperty]]] = None,
private_network: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, PrivateNetworkProperty]]] = None,
scenario: typing.Union[str, IResolvable] = 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. |
log_pro_configuration | typing.Union[ros_cdk_core.IResolvable, LogProConfigurationProperty] | Property logProConfiguration: The log pro configuration 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. |
scenario | typing.Union[str, ros_cdk_core.IResolvable] | Property scenario: The scenario 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]
- Type: typing.Union[ros_cdk_core.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]
- Type: typing.Union[ros_cdk_core.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.
log_pro_configurationOptional
log_pro_configuration: typing.Union[IResolvable, LogProConfigurationProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, LogProConfigurationProperty]
Property logProConfiguration: The log pro configuration 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.
scenarioOptional
scenario: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property scenario: The scenario of the app.