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{},
LogProConfiguration: interface{},
Network: interface{},
PrivateNetwork: interface{},
Scenario: 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. |
LogProConfiguration | interface{} | Property logProConfiguration: The log pro configuration of the app. |
Network | interface{} | Property network: The public network of the app. |
PrivateNetwork | interface{} | Property privateNetwork: The private network of the app. |
Scenario | interface{} | Property scenario: The scenario of the app. |
AppNameRequired
AppName interface{}
- Type: interface{}
Property appName: The name of the elastic search serverless version app.
AuthenticationRequired
Authentication interface{}
- Type: interface{}
Property authentication: The authentication of the app.
Currently only supports specifying passwords for initial users
QuotaInfoRequired
QuotaInfo interface{}
- Type: interface{}
Property quotaInfo: The quota info of the app.
AppVersionOptional
AppVersion interface{}
- Type: interface{}
Property appVersion: The version of the app.
DescriptionOptional
Description interface{}
- Type: interface{}
Property description: The description of the app.
LogProConfigurationOptional
LogProConfiguration interface{}
- Type: interface{}
Property logProConfiguration: The log pro configuration of the app.
NetworkOptional
Network interface{}
- Type: interface{}
Property network: The public network of the app.
PrivateNetworkOptional
PrivateNetwork interface{}
- Type: interface{}
Property privateNetwork: The private network of the app.
ScenarioOptional
Scenario interface{}
- Type: interface{}
Property scenario: The scenario of the app.