SignatureBindingProps
Properties for defining a SignatureBinding
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-signaturebinding
Initializer
import { SignatureBindingProps } from '@alicloud/ros-cdk-apigateway'
const signatureBindingProps: SignatureBindingProps = { ... }
Properties
Name | Type | Description |
---|---|---|
apiIds |
any[] | @alicloud/ros-cdk-core.IResolvable |
Property apiIds: APIs to bind with the signature. |
groupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property groupId: The id of group. |
signatureId |
string | @alicloud/ros-cdk-core.IResolvable |
Property signatureId: The id of the Signature. |
stageName |
string | @alicloud/ros-cdk-core.IResolvable |
Property stageName: Bind signature in this stage. |
apiIds
Required
public readonly apiIds: any[] | IResolvable;
- Type: any[] | @alicloud/ros-cdk-core.IResolvable
Property apiIds: APIs to bind with the signature.
groupId
Required
public readonly groupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property groupId: The id of group.
signatureId
Required
public readonly signatureId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property signatureId: The id of the Signature.
stageName
Required
public readonly stageName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property stageName: Bind signature in this stage.