Skip to content

RosKeyPairProps

Properties for defining a RosKeyPair.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudphone-keypair

Initializer

import ros_cdk_cloudphone
ros_cdk_cloudphone.RosKeyPairProps(
  key_pair_name: typing.Union[str, IResolvable],
  public_key_body: typing.Union[str, IResolvable]
)

Properties

Name Type Description
key_pair_name typing.Union[str, ros_cdk_core.IResolvable] No description.
public_key_body typing.Union[str, ros_cdk_core.IResolvable] No description.

key_pair_nameRequired

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

public_key_bodyRequired

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