Skip to content

RosAclsListenerAssociationProps

Properties for defining a RosAclsListenerAssociation.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-aclslistenerassociation

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ga;
new RosAclsListenerAssociationProps {
    object AclIds,
    object AclType,
    object ListenerId
};

Properties

Name Type Description
AclIds object No description.
AclType object No description.
ListenerId object No description.

AclIdsRequired

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

AclTypeRequired

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

ListenerIdRequired

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