@camunda8/sdk
Preparing search index...
index
Admin
AdminDto
SecureConnectivityDto
Interface SecureConnectivityDto
interface
SecureConnectivityDto
{
metadata
:
{
labels
:
{
orgId
:
string
}
;
name
:
string
;
namespace
:
string
}
;
spec
:
{
allowedPrincipals
:
string
[]
;
allowedRegions
:
string
[]
;
cluster
:
{
id
:
string
}
;
}
;
status
:
{
conditions
:
SecureConnectivityCondition
[]
;
endpoint
:
{
privateDnsName
:
string
;
region
:
string
;
serviceName
:
string
;
type
:
string
;
}
;
endpointConnectionCount
:
number
;
endpointConnections
:
SecureConnectivityEndpointConnection
[]
;
observedGeneration
:
number
;
urls
:
Record
<
string
,
unknown
>
;
}
;
}
Index
Properties
metadata
spec
status
Properties
metadata
metadata
:
{
labels
:
{
orgId
:
string
}
;
name
:
string
;
namespace
:
string
}
spec
spec
:
{
allowedPrincipals
:
string
[]
;
allowedRegions
:
string
[]
;
cluster
:
{
id
:
string
}
;
}
status
status
:
{
conditions
:
SecureConnectivityCondition
[]
;
endpoint
:
{
privateDnsName
:
string
;
region
:
string
;
serviceName
:
string
;
type
:
string
;
}
;
endpointConnectionCount
:
number
;
endpointConnections
:
SecureConnectivityEndpointConnection
[]
;
observedGeneration
:
number
;
urls
:
Record
<
string
,
unknown
>
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
metadata
spec
status
@camunda8/sdk
Loading...