SignatureProps
Properties for defining a Signature
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paiplugin-signature
Initializer
import ros_cdk_paiplugin
ros_cdk_paiplugin.SignatureProps(
name: typing.Union[str, IResolvable],
description: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property name: The name of the Signature. |
description |
typing.Union[str, ros_cdk_core.IResolvable] |
Property description: Application instructions. |
name
Required
name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property name: The name of the Signature.
description
Optional
description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property description: Application instructions.