Skip to content

SignatureBindingProps

Properties for defining a SignatureBinding.

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

Initializer

import com.aliyun.ros.cdk.apigateway.SignatureBindingProps;
SignatureBindingProps.builder()
    .apiIds(java.util.List<java.lang.Object>)
    .apiIds(IResolvable)
    .groupId(java.lang.String)
    .groupId(IResolvable)
    .signatureId(java.lang.String)
    .signatureId(IResolvable)
    .stageName(java.lang.String)
    .stageName(IResolvable)
    .build();

Properties

Name Type Description
apiIds java.util.List OR com.aliyun.ros.cdk.core.IResolvable Property apiIds: APIs to bind with the signature.
groupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property groupId: The id of group.
signatureId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property signatureId: The id of the Signature.
stageName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property stageName: Bind signature in this stage.

apiIdsRequired

public java.lang.Object getApiIds();
  • Type: java.util.List OR com.aliyun.ros.cdk.core.IResolvable

Property apiIds: APIs to bind with the signature.


groupIdRequired

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

Property groupId: The id of group.


signatureIdRequired

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

Property signatureId: The id of the Signature.


stageNameRequired

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

Property stageName: Bind signature in this stage.