---
title: "writeAttributeAcl(withValue:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteraccesscontrol/writeattributeacl(withvalue:completionhandler:)"
---

# writeAttributeAcl(withValue:completionHandler:)

## Declaration

```swift
func writeAttributeAcl(withValue value: [Any], completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func writeAttributeAcl(withValue value: [Any]) async throws
```
