RegisteredService
Represents a registered service with its configuration and accessible resources.
Contents
- serviceId
-
The unique identifier of a service.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9_-]+Required: Yes
- serviceType
-
The service type e.g github or dynatrace
Type: String
Valid Values:
github | slack | azure | azuredevops | dynatrace | servicenow | pagerduty | gitlab | eventChannel | mcpservernewrelic | mcpservergrafana | mcpserverdatadog | mcpserver | mcpserversplunk | azureidentityRequired: Yes
- accessibleResources
-
List of accessible resources for this service.
Type: Array of JSON values
Required: No
- additionalServiceDetails
-
Additional details specific to the service type.
Type: AdditionalServiceDetails object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- kmsKeyArn
-
The ARN of the AWS Key Management Service (AWS KMS) customer managed key that's used to encrypt resources.
Type: String
Length Constraints: Minimum length of 20.
Pattern:
arn:aws[a-zA-Z-]*:kms:[a-z0-9-]+:[0-9]{12}:key/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}Required: No
- name
-
The display name of the registered service.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\p{L}\p{N}\p{P}\p{S}\p{Z}]+Required: No
- privateConnectionName
-
The name of the private connection used for VPC connectivity.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 30.
Pattern:
[a-z0-9]([a-z0-9-]*[a-z0-9])?Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: