| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | A human-friendly name for the Relay Proxy configuration | [default to undefined] |
| policy | Array<Statement> | A description of what environments and projects the Relay Proxy should include or exclude. To learn more, read Write an inline policy. | [default to undefined] |
import { RelayAutoConfigPost } from 'launchdarkly-api-typescript';
const instance: RelayAutoConfigPost = {
name,
policy,
};