Skip to content

SignatureProps

Properties for defining a Signature.

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

Initializer

import ros_cdk_apigateway
ros_cdk_apigateway.SignatureProps(
  signature_key: typing.Union[str, IResolvable],
  signature_name: typing.Union[str, IResolvable],
  signature_secret: typing.Union[str, IResolvable]
)

Properties

Name Type Description
signature_key typing.Union[str, ros_cdk_core.IResolvable] Property signatureKey: The key of the signature.
signature_name typing.Union[str, 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.
signature_secret typing.Union[str, ros_cdk_core.IResolvable] Property signatureSecret: The secret of the signature.

signature_keyRequired

signature_key: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property signatureKey: The key of the signature.


signature_nameRequired

signature_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.


signature_secretRequired

signature_secret: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property signatureSecret: The secret of the signature.