Skip to content

ApplicationsProps

Properties for defining a Applications.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-sae-applications

Initializer

import { datasource } from '@alicloud/ros-cdk-sae'
const applicationsProps: datasource.ApplicationsProps = { ... }

Properties

Name Type Description
appName string | @alicloud/ros-cdk-core.IResolvable Property appName: The name of application.
fieldType string | @alicloud/ros-cdk-core.IResolvable Property fieldType: Set the dimension of the filter application.
fieldValue string | @alicloud/ros-cdk-core.IResolvable Property fieldValue: Enter the application name, application ID, SLB IP address, or instance IP address of the target application.
namespaceId string | @alicloud/ros-cdk-core.IResolvable Property namespaceId: The ID of namespace.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

appNameOptional

public readonly appName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property appName: The name of application.


fieldTypeOptional

public readonly fieldType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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

public readonly fieldValue: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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


namespaceIdOptional

public readonly namespaceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property namespaceId: The ID of namespace.


refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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.