AppProps
Properties for defining a App
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-elasticsearchserverless-app
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkelasticsearchserverless"
&alicloudroscdkelasticsearchserverless.AppProps {
AppName: interface{},
Authentication: interface{},
QuotaInfo: interface{},
AppVersion: interface{},
Description: interface{},
Network: interface{},
PrivateNetwork: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AppName |
interface{} |
Property appName: The name of the elastic search serverless version app. |
Authentication |
interface{} |
Property authentication: The authentication of the app. |
QuotaInfo |
interface{} |
Property quotaInfo: The quota info of the app. |
AppVersion |
interface{} |
Property appVersion: The version of the app. |
Description |
interface{} |
Property description: The description of the app. |
Network |
interface{} |
Property network: The public network of the app. |
PrivateNetwork |
interface{} |
Property privateNetwork: The private network of the app. |
AppName
Required
AppName interface{}
- Type: interface{}
Property appName: The name of the elastic search serverless version app.
Authentication
Required
Authentication interface{}
- Type: interface{}
Property authentication: The authentication of the app.
Currently only supports specifying passwords for initial users
QuotaInfo
Required
QuotaInfo interface{}
- Type: interface{}
Property quotaInfo: The quota info of the app.
AppVersion
Optional
AppVersion interface{}
- Type: interface{}
Property appVersion: The version of the app.
Description
Optional
Description interface{}
- Type: interface{}
Property description: The description of the app.
Network
Optional
Network interface{}
- Type: interface{}
Property network: The public network of the app.
PrivateNetwork
Optional
PrivateNetwork interface{}
- Type: interface{}
Property privateNetwork: The private network of the app.