ApplicationsProps
Properties for defining a Applications
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-sae-applications
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksae/datasource"
&datasource.ApplicationsProps {
AppName: interface{},
FieldType: interface{},
FieldValue: interface{},
NamespaceId: interface{},
RefreshOptions: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AppName |
interface{} |
Property appName: The name of application. |
FieldType |
interface{} |
Property fieldType: Set the dimension of the filter application. |
FieldValue |
interface{} |
Property fieldValue: Enter the application name, application ID, SLB IP address, or instance IP address of the target application. |
NamespaceId |
interface{} |
Property namespaceId: The ID of namespace. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
AppName
Optional
AppName interface{}
- Type: interface{}
Property appName: The name of application.
FieldType
Optional
FieldType interface{}
- Type: interface{}
Property fieldType: Set the dimension of the filter application.
Valid values: appName: The application name. appIds: App IDs. slbIps: SLB IP address. instanceIps: Instance IP address.
FieldValue
Optional
FieldValue interface{}
- Type: interface{}
Property fieldValue: Enter the application name, application ID, SLB IP address, or instance IP address of the target application.
NamespaceId
Optional
NamespaceId interface{}
- Type: interface{}
Property namespaceId: The ID of namespace.
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.