Skip to content

AppsProps

Properties for defining a Apps.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-apigateway-apps

Initializer

import com.aliyun.ros.cdk.apigateway.datasource.AppsProps;
AppsProps.builder()
//  .appId(java.lang.String)
//  .appId(IResolvable)
//  .appOwner(java.lang.String)
//  .appOwner(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
    .build();

Properties

Name Type Description
appId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property appId: Unique ID of the app.
appOwner java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property appOwner: Alibaba Cloud account ID of the app owner.
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

appIdOptional

public java.lang.Object getAppId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property appId: Unique ID of the app.


appOwnerOptional

public java.lang.Object getAppOwner();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property appOwner: Alibaba Cloud account ID of the app owner.


refreshOptionsOptional

public java.lang.Object getRefreshOptions();
  • Type: java.lang.String OR com.aliyun.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.