Skip to content

RosControlPolicyAttachmentProps

Properties for defining a RosControlPolicyAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-controlpolicyattachment

Initializer

using AlibabaCloud.SDK.ROS.CDK.Resourcemanager;
new RosControlPolicyAttachmentProps {
    object PolicyId,
    object TargetId
};

Properties

Name Type Description
PolicyId object No description.
TargetId object No description.

PolicyIdRequired

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

TargetIdRequired

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