Skip to content

SignatureProps

Properties for defining a Signature.

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

Initializer

import { SignatureProps } from '@alicloud/ros-cdk-apigateway'
const signatureProps: SignatureProps = { ... }

Properties

Name Type Description
signatureKey string | @alicloud/ros-cdk-core.IResolvable Property signatureKey: The key of the signature.
signatureName string | @alicloud/ros-cdk-core.IResolvable Property signatureName: The name of the Signature.It must be 4 to 128 characters in length, and can contain letters, digits, underscores (_), dashes (-), spaces and dots (.), It must start with a letter.
signatureSecret string | @alicloud/ros-cdk-core.IResolvable Property signatureSecret: The secret of the signature.

signatureKeyRequired

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

Property signatureKey: The key of the signature.


signatureNameRequired

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

Property signatureName: The name of the Signature.It must be 4 to 128 characters in length, and can contain letters, digits, underscores (_), dashes (-), spaces and dots (.), It must start with a letter.


signatureSecretRequired

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

Property signatureSecret: The secret of the signature.