Skip to content

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.

AppNameOptional

AppName interface{}
  • Type: interface{}

Property appName: The name of application.


FieldTypeOptional

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.


FieldValueOptional

FieldValue interface{}
  • Type: interface{}

Property fieldValue: Enter the application name, application ID, SLB IP address, or instance IP address of the target application.


NamespaceIdOptional

NamespaceId interface{}
  • Type: interface{}

Property namespaceId: The ID of namespace.


RefreshOptionsOptional

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.