AppProps
Properties for defining a App
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-elasticsearchserverless-app
Initializer
import com.aliyun.ros.cdk.elasticsearchserverless.AppProps;
AppProps.builder()
.appName(java.lang.String)
.appName(IResolvable)
.authentication(IResolvable)
.authentication(AuthenticationProperty)
.quotaInfo(IResolvable)
.quotaInfo(QuotaInfoProperty)
// .appVersion(java.lang.String)
// .appVersion(IResolvable)
// .description(java.lang.String)
// .description(IResolvable)
// .network(IResolvable)
// .network(java.util.List<IResolvable)
// .network(NetworkProperty>)
// .privateNetwork(IResolvable)
// .privateNetwork(java.util.List<IResolvable)
// .privateNetwork(PrivateNetworkProperty>)
.build();
Properties
Name | Type | Description |
---|---|---|
appName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property appName: The name of the elastic search serverless version app. |
authentication |
com.aliyun.ros.cdk.core.IResolvable OR AuthenticationProperty |
Property authentication: The authentication of the app. |
quotaInfo |
com.aliyun.ros.cdk.core.IResolvable OR QuotaInfoProperty |
Property quotaInfo: The quota info of the app. |
appVersion |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property appVersion: The version of the app. |
description |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property description: The description of the app. |
network |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property network: The public network of the app. |
privateNetwork |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property privateNetwork: The private network of the app. |
appName
Required
public java.lang.Object getAppName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property appName: The name of the elastic search serverless version app.
authentication
Required
public java.lang.Object getAuthentication();
- Type: com.aliyun.ros.cdk.core.IResolvable OR AuthenticationProperty
Property authentication: The authentication of the app.
Currently only supports specifying passwords for initial users
quotaInfo
Required
public java.lang.Object getQuotaInfo();
- Type: com.aliyun.ros.cdk.core.IResolvable OR QuotaInfoProperty
Property quotaInfo: The quota info of the app.
appVersion
Optional
public java.lang.Object getAppVersion();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property appVersion: The version of the app.
description
Optional
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property description: The description of the app.
network
Optional
public java.lang.Object getNetwork();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
NetworkProperty>
Property network: The public network of the app.
privateNetwork
Optional
public java.lang.Object getPrivateNetwork();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
PrivateNetworkProperty>
Property privateNetwork: The private network of the app.