Skip to content

UserCmkInfoProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sls;
new UserCmkInfoProperty {
    object Arn,
    object CmkKeyId,
    object RegionId
};

Properties

Name Type Description
Arn object No description.
CmkKeyId object No description.
RegionId object No description.

ArnRequired

public object Arn { get; set; }
  • Type: object

CmkKeyIdRequired

public object CmkKeyId { get; set; }
  • Type: object

RegionIdRequired

public object RegionId { get; set; }
  • Type: object