RosAliasProps
Properties for defining a RosAlias
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kms-alias
Initializer
using AlibabaCloud.SDK.ROS.CDK.Kms;
new RosAliasProps {
object AliasName,
object KeyId
};
Properties
Name | Type | Description |
---|---|---|
AliasName |
object |
No description. |
KeyId |
object |
No description. |
AliasName
Required
public object AliasName { get; set; }
- Type: object
KeyId
Required
public object KeyId { get; set; }
- Type: object