Skip to content

PluginAttachmentProps

Properties for defining a PluginAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-pluginattachment

Initializer

import com.aliyun.ros.cdk.apigateway.PluginAttachmentProps;
PluginAttachmentProps.builder()
    .apiId(java.lang.String)
    .apiId(IResolvable)
    .pluginId(java.lang.String)
    .pluginId(IResolvable)
    .stageName(java.lang.String)
    .stageName(IResolvable)
    .build();

Properties

Name Type Description
apiId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property apiId: The ID of the API to which you want to bind the plug-in.
pluginId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property pluginId: The ID of the plugin that you want to bind.
stageName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property stageName: The name of the runtime environment.

apiIdRequired

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

Property apiId: The ID of the API to which you want to bind the plug-in.


pluginIdRequired

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

Property pluginId: The ID of the plugin that you want to bind.


stageNameRequired

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

Property stageName: The name of the runtime environment.

Valid values: RELEASE: indicates the release environment. PRE: indicates the pre-release environment. TEST: indicates the test environment.