SignatureProps
Properties for defining a Signature
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paiplugin-signature
Initializer
import { SignatureProps } from '@alicloud/ros-cdk-paiplugin'
const signatureProps: SignatureProps = { ... }
Properties
Name | Type | Description |
---|---|---|
name |
string | @alicloud/ros-cdk-core.IResolvable |
Property name: The name of the Signature. |
description |
string | @alicloud/ros-cdk-core.IResolvable |
Property description: Application instructions. |
name
Required
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property name: The name of the Signature.
description
Optional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property description: Application instructions.