Skip to content

RosInstanceEndpointAclPolicyProps

Properties for defining a RosInstanceEndpointAclPolicy.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-instanceendpointaclpolicy

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cr;
new RosInstanceEndpointAclPolicyProps {
    object Entry,
    object InstanceId,
    object Comment = null,
    object EndpointType = null,
    object ModuleName = null,
    object RegionId = null
};

Properties

Name Type Description
Entry object No description.
InstanceId object No description.
Comment object No description.
EndpointType object No description.
ModuleName object No description.
RegionId object No description.

EntryRequired

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

InstanceIdRequired

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

CommentOptional

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

EndpointTypeOptional

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

ModuleNameOptional

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

RegionIdOptional

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