AWS PrivateLink API - GET configuration
Gets the configuration of AWS PrivateLink.
The request produces an application/json
payload.
Early Adopter
This request is an Early Adopter release and may be changed in non-compatible way.
GET |
|
Authentication
To execute this request, you need the Read configuration (ReadConfig
) permission assigned to your API token. To learn how to obtain and use it, see Tokens and authentication.
Parameters
The request doesn't provide any configurable parameters.
Response
Response codes
Code | Description |
---|---|
200 | Success. The result is provided in the response body. |
Response body
The AwsPrivateLinkConfig object
Element | Type | Description |
---|---|---|
enabled | boolean | Is AWS PrivateLink enabled |
vpcEndpointServiceName | string | The VirtualPrivateCluster-service name |
{
"enabled": true,
"vpcEndpointServiceName": "string"
}