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. |
AliasNameRequired
public object AliasName { get; set; }
- Type: object
KeyIdRequired
public object KeyId { get; set; }
- Type: object