AgentRegistryControl / Client / update_registry_record
update_registry_record¶
- AgentRegistryControl.Client.update_registry_record(**kwargs)¶
Updates a registry record. The update is asynchronous: the record is returned with the UPDATING status while it is processed. Fields that use update wrappers follow PATCH semantics: omit the field to leave it unchanged.
See also: AWS API Documentation
Request Syntax
response = client.update_registry_record( registryId='string', recordId='string', name='string', displayName={ 'optionalValue': 'string' }, description={ 'optionalValue': 'string' }, recordType='MCP'|'AGENT'|'CUSTOM'|'SKILL'|'GATEWAY', descriptors={ 'optionalValue': { 'mcpServer': { 'optionalValue': { 'data': { 'optionalValue': 'string' }, 'dataSchemaVersion': { 'optionalValue': 'string' }, 'source': { 'optionalValue': { 'fromUrl': { 'url': 'string', 'credentialProviderConfigurations': [ { 'credentialProviderType': 'OAUTH'|'IAM', 'credentialProvider': { 'oauthCredentialProvider': { 'providerArn': 'string', 'grantType': 'CLIENT_CREDENTIALS', 'scopes': [ 'string', ], 'customParameters': { 'string': 'string' } }, 'iamCredentialProvider': { 'roleArn': 'string', 'service': 'string', 'region': 'string' } } }, ] } } }, 'additionalData': { 'optionalValue': { 'tools': { 'optionalValue': { 'data': { 'optionalValue': 'string' }, 'dataSchemaVersion': { 'optionalValue': 'string' } } } } } } }, 'a2aAgentCard': { 'optionalValue': { 'data': { 'optionalValue': 'string' }, 'dataSchemaVersion': { 'optionalValue': 'string' }, 'source': { 'optionalValue': { 'fromUrl': { 'url': 'string', 'credentialProviderConfigurations': [ { 'credentialProviderType': 'OAUTH'|'IAM', 'credentialProvider': { 'oauthCredentialProvider': { 'providerArn': 'string', 'grantType': 'CLIENT_CREDENTIALS', 'scopes': [ 'string', ], 'customParameters': { 'string': 'string' } }, 'iamCredentialProvider': { 'roleArn': 'string', 'service': 'string', 'region': 'string' } } }, ] } } } } }, 'agentSkillsDefinition': { 'optionalValue': { 'data': { 'optionalValue': 'string' }, 'dataSchemaVersion': { 'optionalValue': 'string' }, 'additionalData': { 'optionalValue': { 'skillMd': { 'optionalValue': { 'data': { 'optionalValue': 'string' }, 'dataSchemaVersion': { 'optionalValue': 'string' }, 'source': { 'optionalValue': { 'fromUrl': { 'url': 'string', 'credentialProviderConfigurations': [ { 'credentialProviderType': 'OAUTH'|'IAM', 'credentialProvider': { 'oauthCredentialProvider': { 'providerArn': 'string', 'grantType': 'CLIENT_CREDENTIALS', 'scopes': [ 'string', ], 'customParameters': { 'string': 'string' } }, 'iamCredentialProvider': { 'roleArn': 'string', 'service': 'string', 'region': 'string' } } }, ] } } } } } } } } }, 'custom': { 'optionalValue': { 'data': { 'optionalValue': 'string' } } }, 'http': { 'optionalValue': { 'source': { 'optionalValue': { 'fromUrl': { 'url': 'string', 'credentialProviderConfigurations': [ { 'credentialProviderType': 'OAUTH'|'IAM', 'credentialProvider': { 'oauthCredentialProvider': { 'providerArn': 'string', 'grantType': 'CLIENT_CREDENTIALS', 'scopes': [ 'string', ], 'customParameters': { 'string': 'string' } }, 'iamCredentialProvider': { 'roleArn': 'string', 'service': 'string', 'region': 'string' } } }, ] } } } } }, 'agui': { 'optionalValue': { 'source': { 'optionalValue': { 'fromUrl': { 'url': 'string', 'credentialProviderConfigurations': [ { 'credentialProviderType': 'OAUTH'|'IAM', 'credentialProvider': { 'oauthCredentialProvider': { 'providerArn': 'string', 'grantType': 'CLIENT_CREDENTIALS', 'scopes': [ 'string', ], 'customParameters': { 'string': 'string' } }, 'iamCredentialProvider': { 'roleArn': 'string', 'service': 'string', 'region': 'string' } } }, ] } } } } } } }, recordVersion='string', triggerSynchronization=True|False, provenance=[ { 'relation': 'DETECTED_FROM', 'sourceId': 'string', 'sourceType': 'AWS::BedrockAgentCore::Runtime'|'AWS::BedrockAgentCore::Gateway', 'sourceDetails': { 'agentcoreRuntime': { 'protocolConfiguration': { 'serverProtocol': 'HTTP'|'A2A'|'MCP'|'AGUI' }, 'authorizerConfiguration': { 'customJWTAuthorizer': { 'discoveryUrl': 'string', 'allowedAudience': [ 'string', ], 'allowedClients': [ 'string', ], 'allowedScopes': [ 'string', ], 'customClaims': [ { 'inboundTokenClaimName': 'string', 'inboundTokenClaimValueType': 'STRING'|'STRING_ARRAY', 'authorizingClaimMatchValue': { 'claimMatchValue': { 'matchValueString': 'string', 'matchValueStringList': [ 'string', ] }, 'claimMatchOperator': 'EQUALS'|'CONTAINS'|'CONTAINS_ANY' } }, ], 'privateEndpoint': { 'selfManagedLatticeResource': { 'resourceConfigurationIdentifier': 'string' }, 'managedVpcResource': { 'vpcIdentifier': 'string', 'subnetIds': [ 'string', ], 'endpointIpAddressType': 'IPV4'|'IPV6', 'securityGroupIds': [ 'string', ], 'tags': { 'string': 'string' }, 'routingDomain': 'string' } }, 'privateEndpointOverrides': [ { 'domain': 'string', 'privateEndpoint': { 'selfManagedLatticeResource': { 'resourceConfigurationIdentifier': 'string' }, 'managedVpcResource': { 'vpcIdentifier': 'string', 'subnetIds': [ 'string', ], 'endpointIpAddressType': 'IPV4'|'IPV6', 'securityGroupIds': [ 'string', ], 'tags': { 'string': 'string' }, 'routingDomain': 'string' } } }, ] } }, 'workloadIdentityDetails': { 'workloadIdentityArn': 'string' } }, 'agentcoreGateway': { 'protocolType': 'MCP', 'authorizerType': 'string', 'authorizerConfiguration': { 'customJWTAuthorizer': { 'discoveryUrl': 'string', 'allowedAudience': [ 'string', ], 'allowedClients': [ 'string', ], 'allowedScopes': [ 'string', ], 'customClaims': [ { 'inboundTokenClaimName': 'string', 'inboundTokenClaimValueType': 'STRING'|'STRING_ARRAY', 'authorizingClaimMatchValue': { 'claimMatchValue': { 'matchValueString': 'string', 'matchValueStringList': [ 'string', ] }, 'claimMatchOperator': 'EQUALS'|'CONTAINS'|'CONTAINS_ANY' } }, ], 'privateEndpoint': { 'selfManagedLatticeResource': { 'resourceConfigurationIdentifier': 'string' }, 'managedVpcResource': { 'vpcIdentifier': 'string', 'subnetIds': [ 'string', ], 'endpointIpAddressType': 'IPV4'|'IPV6', 'securityGroupIds': [ 'string', ], 'tags': { 'string': 'string' }, 'routingDomain': 'string' } }, 'privateEndpointOverrides': [ { 'domain': 'string', 'privateEndpoint': { 'selfManagedLatticeResource': { 'resourceConfigurationIdentifier': 'string' }, 'managedVpcResource': { 'vpcIdentifier': 'string', 'subnetIds': [ 'string', ], 'endpointIpAddressType': 'IPV4'|'IPV6', 'securityGroupIds': [ 'string', ], 'tags': { 'string': 'string' }, 'routingDomain': 'string' } } }, ] } }, 'workloadIdentityDetails': { 'workloadIdentityArn': 'string' } } } }, ] )
- Parameters:
registryId (string) –
[REQUIRED]
The identifier of the registry containing the record (ARN or ID)
recordId (string) –
[REQUIRED]
The identifier of the registry record to update (ARN or ID)
name (string) – The updated name of the registry record. Omit to leave the name unchanged.
displayName (dict) –
The updated display name of the registry record. Omit to leave the display name unchanged; provide an empty wrapper to unset it.
optionalValue (string) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
description (dict) –
The updated description of the registry record. Omit to leave the description unchanged; provide an empty wrapper to unset it.
optionalValue (string) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
recordType (string) – The updated type of the registry record. Omit to leave the record type unchanged.
descriptors (dict) –
The updated typed descriptor content for the registry record. Omit to leave the descriptors unchanged.
optionalValue (dict) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
mcpServer (dict) –
The patch for the MCP server descriptor.
optionalValue (dict) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
data (dict) –
The patch for the descriptor’s data field.
optionalValue (string) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
dataSchemaVersion (dict) –
The patch for the descriptor’s data schema version field.
optionalValue (string) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
source (dict) –
The patch for the descriptor’s source field.
optionalValue (dict) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
fromUrl (dict) –
URL-based descriptor source, populated when descriptor content is synchronized from a URL.
url (string) – [REQUIRED]
The URL from which the descriptor content is retrieved.
credentialProviderConfigurations (list) –
The credential providers used to authenticate when fetching descriptor content from the source URL.
(dict) –
A credential provider configuration that specifies how to authenticate when fetching descriptor content from a registry record’s source URL.
credentialProviderType (string) – [REQUIRED]
The type of credential provider.
credentialProvider (dict) – [REQUIRED]
The credential provider details corresponding to the specified credential provider type.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
oauthCredentialProvider,iamCredentialProvider.oauthCredentialProvider (dict) –
The OAuth 2.0 credential provider details.
providerArn (string) – [REQUIRED]
The Amazon Resource Name (ARN) of the OAuth 2.0 credential provider resource in Amazon Bedrock AgentCore Identity.
grantType (string) –
The OAuth 2.0 grant type used to obtain access tokens.
scopes (list) –
The OAuth 2.0 scopes to request when obtaining access tokens.
(string) –
customParameters (dict) –
Additional parameters to include in the OAuth 2.0 token request.
(string) –
(string) –
iamCredentialProvider (dict) –
The IAM role credential provider details.
roleArn (string) –
The Amazon Resource Name (ARN) of the IAM role to assume for request signing.
service (string) –
The service name to use for request signing, such as execute-api.
region (string) –
The Amazon Web Services Region to use for request signing. If not specified, the Region is derived from the source URL hostname, falling back to the Region of the registry.
additionalData (dict) –
The patch for the descriptor’s additional data field.
optionalValue (dict) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
tools (dict) –
The patch for the MCP tools descriptor field.
optionalValue (dict) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
data (dict) –
The patch for the descriptor’s data field.
optionalValue (string) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
dataSchemaVersion (dict) –
The patch for the descriptor’s data schema version field.
optionalValue (string) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
a2aAgentCard (dict) –
The patch for the A2A agent card descriptor.
optionalValue (dict) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
data (dict) –
The patch for the descriptor’s data field.
optionalValue (string) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
dataSchemaVersion (dict) –
The patch for the descriptor’s data schema version field.
optionalValue (string) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
source (dict) –
The patch for the descriptor’s source field.
optionalValue (dict) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
fromUrl (dict) –
URL-based descriptor source, populated when descriptor content is synchronized from a URL.
url (string) – [REQUIRED]
The URL from which the descriptor content is retrieved.
credentialProviderConfigurations (list) –
The credential providers used to authenticate when fetching descriptor content from the source URL.
(dict) –
A credential provider configuration that specifies how to authenticate when fetching descriptor content from a registry record’s source URL.
credentialProviderType (string) – [REQUIRED]
The type of credential provider.
credentialProvider (dict) – [REQUIRED]
The credential provider details corresponding to the specified credential provider type.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
oauthCredentialProvider,iamCredentialProvider.oauthCredentialProvider (dict) –
The OAuth 2.0 credential provider details.
providerArn (string) – [REQUIRED]
The Amazon Resource Name (ARN) of the OAuth 2.0 credential provider resource in Amazon Bedrock AgentCore Identity.
grantType (string) –
The OAuth 2.0 grant type used to obtain access tokens.
scopes (list) –
The OAuth 2.0 scopes to request when obtaining access tokens.
(string) –
customParameters (dict) –
Additional parameters to include in the OAuth 2.0 token request.
(string) –
(string) –
iamCredentialProvider (dict) –
The IAM role credential provider details.
roleArn (string) –
The Amazon Resource Name (ARN) of the IAM role to assume for request signing.
service (string) –
The service name to use for request signing, such as execute-api.
region (string) –
The Amazon Web Services Region to use for request signing. If not specified, the Region is derived from the source URL hostname, falling back to the Region of the registry.
agentSkillsDefinition (dict) –
The patch for the agent skills definition descriptor.
optionalValue (dict) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
data (dict) –
The patch for the descriptor’s data field.
optionalValue (string) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
dataSchemaVersion (dict) –
The patch for the descriptor’s data schema version field.
optionalValue (string) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
additionalData (dict) –
The patch for the descriptor’s additional data field.
optionalValue (dict) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
skillMd (dict) –
The patch for the agent skills markdown descriptor field.
optionalValue (dict) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
data (dict) –
The patch for the descriptor’s data field.
optionalValue (string) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
dataSchemaVersion (dict) –
The patch for the descriptor’s data schema version field.
optionalValue (string) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
source (dict) –
The patch for the descriptor’s source field.
optionalValue (dict) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
fromUrl (dict) –
URL-based descriptor source, populated when descriptor content is synchronized from a URL.
url (string) – [REQUIRED]
The URL from which the descriptor content is retrieved.
credentialProviderConfigurations (list) –
The credential providers used to authenticate when fetching descriptor content from the source URL.
(dict) –
A credential provider configuration that specifies how to authenticate when fetching descriptor content from a registry record’s source URL.
credentialProviderType (string) – [REQUIRED]
The type of credential provider.
credentialProvider (dict) – [REQUIRED]
The credential provider details corresponding to the specified credential provider type.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
oauthCredentialProvider,iamCredentialProvider.oauthCredentialProvider (dict) –
The OAuth 2.0 credential provider details.
providerArn (string) – [REQUIRED]
The Amazon Resource Name (ARN) of the OAuth 2.0 credential provider resource in Amazon Bedrock AgentCore Identity.
grantType (string) –
The OAuth 2.0 grant type used to obtain access tokens.
scopes (list) –
The OAuth 2.0 scopes to request when obtaining access tokens.
(string) –
customParameters (dict) –
Additional parameters to include in the OAuth 2.0 token request.
(string) –
(string) –
iamCredentialProvider (dict) –
The IAM role credential provider details.
roleArn (string) –
The Amazon Resource Name (ARN) of the IAM role to assume for request signing.
service (string) –
The service name to use for request signing, such as execute-api.
region (string) –
The Amazon Web Services Region to use for request signing. If not specified, the Region is derived from the source URL hostname, falling back to the Region of the registry.
custom (dict) –
The patch for the custom descriptor.
optionalValue (dict) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
data (dict) –
The patch for the descriptor’s data field.
optionalValue (string) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
http (dict) –
The patch for the HTTP descriptor.
optionalValue (dict) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
source (dict) –
The patch for the descriptor’s source field.
optionalValue (dict) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
fromUrl (dict) –
URL-based descriptor source, populated when descriptor content is synchronized from a URL.
url (string) – [REQUIRED]
The URL from which the descriptor content is retrieved.
credentialProviderConfigurations (list) –
The credential providers used to authenticate when fetching descriptor content from the source URL.
(dict) –
A credential provider configuration that specifies how to authenticate when fetching descriptor content from a registry record’s source URL.
credentialProviderType (string) – [REQUIRED]
The type of credential provider.
credentialProvider (dict) – [REQUIRED]
The credential provider details corresponding to the specified credential provider type.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
oauthCredentialProvider,iamCredentialProvider.oauthCredentialProvider (dict) –
The OAuth 2.0 credential provider details.
providerArn (string) – [REQUIRED]
The Amazon Resource Name (ARN) of the OAuth 2.0 credential provider resource in Amazon Bedrock AgentCore Identity.
grantType (string) –
The OAuth 2.0 grant type used to obtain access tokens.
scopes (list) –
The OAuth 2.0 scopes to request when obtaining access tokens.
(string) –
customParameters (dict) –
Additional parameters to include in the OAuth 2.0 token request.
(string) –
(string) –
iamCredentialProvider (dict) –
The IAM role credential provider details.
roleArn (string) –
The Amazon Resource Name (ARN) of the IAM role to assume for request signing.
service (string) –
The service name to use for request signing, such as execute-api.
region (string) –
The Amazon Web Services Region to use for request signing. If not specified, the Region is derived from the source URL hostname, falling back to the Region of the registry.
agui (dict) –
The patch for the AG-UI descriptor.
optionalValue (dict) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
source (dict) –
The patch for the descriptor’s source field.
optionalValue (dict) –
The value to set for this field. Omit the wrapper to leave the field unchanged.
fromUrl (dict) –
URL-based descriptor source, populated when descriptor content is synchronized from a URL.
url (string) – [REQUIRED]
The URL from which the descriptor content is retrieved.
credentialProviderConfigurations (list) –
The credential providers used to authenticate when fetching descriptor content from the source URL.
(dict) –
A credential provider configuration that specifies how to authenticate when fetching descriptor content from a registry record’s source URL.
credentialProviderType (string) – [REQUIRED]
The type of credential provider.
credentialProvider (dict) – [REQUIRED]
The credential provider details corresponding to the specified credential provider type.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
oauthCredentialProvider,iamCredentialProvider.oauthCredentialProvider (dict) –
The OAuth 2.0 credential provider details.
providerArn (string) – [REQUIRED]
The Amazon Resource Name (ARN) of the OAuth 2.0 credential provider resource in Amazon Bedrock AgentCore Identity.
grantType (string) –
The OAuth 2.0 grant type used to obtain access tokens.
scopes (list) –
The OAuth 2.0 scopes to request when obtaining access tokens.
(string) –
customParameters (dict) –
Additional parameters to include in the OAuth 2.0 token request.
(string) –
(string) –
iamCredentialProvider (dict) –
The IAM role credential provider details.
roleArn (string) –
The Amazon Resource Name (ARN) of the IAM role to assume for request signing.
service (string) –
The service name to use for request signing, such as execute-api.
region (string) –
The Amazon Web Services Region to use for request signing. If not specified, the Region is derived from the source URL hostname, falling back to the Region of the registry.
recordVersion (string) – The updated version of the registry record. Omit to leave the version unchanged.
triggerSynchronization (boolean) – Whether to trigger synchronization of the record’s descriptor content from its source
provenance (list) –
List of provenance entries on a registry record. Capped at one entry today: a record carries a single DETECTED_FROM lineage. Modeled as a list so additional relations can be unlocked post-GA by raising this bound without a breaking shape change.
(dict) –
One provenance entry describing the lineage of a registry record.
relation (string) – [REQUIRED]
The relationship between the registry record and its provenance source.
sourceId (string) – [REQUIRED]
The identifier of the upstream source that the registry record was detected from.
sourceType (string) –
The type of the upstream source that the registry record was detected from.
sourceDetails (dict) –
Additional details about the upstream source that the registry record was detected from, such as the AgentCore Gateway or Runtime configuration. The populated member corresponds to the source type.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
agentcoreRuntime,agentcoreGateway.agentcoreRuntime (dict) –
Source details for a record auto-detected from an AgentCore Runtime resource.
protocolConfiguration (dict) –
Protocol configuration for an AgentCore Runtime.
serverProtocol (string) –
The server protocol used by an AgentCore Runtime.
authorizerConfiguration (dict) –
The authorizer configuration for a registry. Exactly one member is set.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
customJWTAuthorizer.customJWTAuthorizer (dict) –
Configuration for a custom JWT authorizer.
discoveryUrl (string) – [REQUIRED]
The OpenID Connect discovery URL used to retrieve the identity provider’s metadata and signing keys.
allowedAudience (list) –
The audience values accepted during JWT validation. A token is rejected if none of its audience claims match.
(string) –
An audience value that an inbound JWT must contain to be authorized.
allowedClients (list) –
The client identifiers accepted during JWT validation. A token is rejected if it was not issued to one of these clients.
(string) –
A client identifier that an inbound JWT must be issued to in order to be authorized.
allowedScopes (list) –
The scopes accepted during JWT validation. A token is rejected if it does not carry one of these scopes.
(string) –
A scope value that an inbound JWT must carry to be authorized.
customClaims (list) –
Additional custom claim validations applied to the inbound JWT.
(dict) –
A validation rule applied to a single claim of an inbound JWT.
inboundTokenClaimName (string) – [REQUIRED]
The name of the claim in the inbound token to validate.
inboundTokenClaimValueType (string) – [REQUIRED]
The value type of the claim in the inbound token, either a string or an array of strings.
authorizingClaimMatchValue (dict) – [REQUIRED]
The value and match operator used to authorize the claim.
claimMatchValue (dict) – [REQUIRED]
The expected value or values that the claim is compared against.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
matchValueString,matchValueStringList.matchValueString (string) –
A single string value to match the claim against.
matchValueStringList (list) –
A list of string values to match the claim against.
(string) –
A single value used to match a claim during JWT validation.
claimMatchOperator (string) – [REQUIRED]
The operator used to compare the claim value against the expected value.
privateEndpoint (dict) –
The private endpoint used to reach the identity provider’s discovery URL over a private network path.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
selfManagedLatticeResource,managedVpcResource.selfManagedLatticeResource (dict) –
A private endpoint backed by a self-managed VPC Lattice resource configuration.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
resourceConfigurationIdentifier.resourceConfigurationIdentifier (string) –
The identifier of the VPC Lattice resource configuration, specified as a resource configuration ID or ARN.
managedVpcResource (dict) –
A private endpoint backed by a service-managed VPC resource.
vpcIdentifier (string) – [REQUIRED]
The identifier of the VPC in which the private endpoint is provisioned.
subnetIds (list) – [REQUIRED]
The identifiers of the subnets in which the private endpoint network interfaces are placed.
(string) –
Subnet identifier
endpointIpAddressType (string) – [REQUIRED]
The IP address type used by the private endpoint, either IPV4 or IPV6.
securityGroupIds (list) –
The identifiers of the security groups associated with the private endpoint network interfaces.
(string) –
The identifier of a security group.
tags (dict) –
The tags applied to the service-managed VPC resource.
(string) –
Key of a tag.
(string) –
Value of a tag.
routingDomain (string) –
The routing domain used to resolve traffic through the private endpoint.
privateEndpointOverrides (list) –
Per-domain private endpoint overrides that route specific identity provider domains through distinct private endpoints.
(dict) –
A mapping of a domain to the private endpoint used to reach it.
domain (string) – [REQUIRED]
The domain name to which this private endpoint override applies.
privateEndpoint (dict) – [REQUIRED]
The private endpoint used to reach the specified domain.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
selfManagedLatticeResource,managedVpcResource.selfManagedLatticeResource (dict) –
A private endpoint backed by a self-managed VPC Lattice resource configuration.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
resourceConfigurationIdentifier.resourceConfigurationIdentifier (string) –
The identifier of the VPC Lattice resource configuration, specified as a resource configuration ID or ARN.
managedVpcResource (dict) –
A private endpoint backed by a service-managed VPC resource.
vpcIdentifier (string) – [REQUIRED]
The identifier of the VPC in which the private endpoint is provisioned.
subnetIds (list) – [REQUIRED]
The identifiers of the subnets in which the private endpoint network interfaces are placed.
(string) –
Subnet identifier
endpointIpAddressType (string) – [REQUIRED]
The IP address type used by the private endpoint, either IPV4 or IPV6.
securityGroupIds (list) –
The identifiers of the security groups associated with the private endpoint network interfaces.
(string) –
The identifier of a security group.
tags (dict) –
The tags applied to the service-managed VPC resource.
(string) –
Key of a tag.
(string) –
Value of a tag.
routingDomain (string) –
The routing domain used to resolve traffic through the private endpoint.
workloadIdentityDetails (dict) –
Workload identity details associated with a source resource.
workloadIdentityArn (string) – [REQUIRED]
The Amazon Resource Name (ARN) of the workload identity associated with the source resource.
agentcoreGateway (dict) –
Source details for a record auto-detected from an AgentCore Gateway resource.
protocolType (string) –
The protocol type of an AgentCore Gateway.
authorizerType (string) –
The type of authorizer configured on the AgentCore Gateway resource that the registry record was detected from.
authorizerConfiguration (dict) –
The authorizer configuration for a registry. Exactly one member is set.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
customJWTAuthorizer.customJWTAuthorizer (dict) –
Configuration for a custom JWT authorizer.
discoveryUrl (string) – [REQUIRED]
The OpenID Connect discovery URL used to retrieve the identity provider’s metadata and signing keys.
allowedAudience (list) –
The audience values accepted during JWT validation. A token is rejected if none of its audience claims match.
(string) –
An audience value that an inbound JWT must contain to be authorized.
allowedClients (list) –
The client identifiers accepted during JWT validation. A token is rejected if it was not issued to one of these clients.
(string) –
A client identifier that an inbound JWT must be issued to in order to be authorized.
allowedScopes (list) –
The scopes accepted during JWT validation. A token is rejected if it does not carry one of these scopes.
(string) –
A scope value that an inbound JWT must carry to be authorized.
customClaims (list) –
Additional custom claim validations applied to the inbound JWT.
(dict) –
A validation rule applied to a single claim of an inbound JWT.
inboundTokenClaimName (string) – [REQUIRED]
The name of the claim in the inbound token to validate.
inboundTokenClaimValueType (string) – [REQUIRED]
The value type of the claim in the inbound token, either a string or an array of strings.
authorizingClaimMatchValue (dict) – [REQUIRED]
The value and match operator used to authorize the claim.
claimMatchValue (dict) – [REQUIRED]
The expected value or values that the claim is compared against.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
matchValueString,matchValueStringList.matchValueString (string) –
A single string value to match the claim against.
matchValueStringList (list) –
A list of string values to match the claim against.
(string) –
A single value used to match a claim during JWT validation.
claimMatchOperator (string) – [REQUIRED]
The operator used to compare the claim value against the expected value.
privateEndpoint (dict) –
The private endpoint used to reach the identity provider’s discovery URL over a private network path.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
selfManagedLatticeResource,managedVpcResource.selfManagedLatticeResource (dict) –
A private endpoint backed by a self-managed VPC Lattice resource configuration.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
resourceConfigurationIdentifier.resourceConfigurationIdentifier (string) –
The identifier of the VPC Lattice resource configuration, specified as a resource configuration ID or ARN.
managedVpcResource (dict) –
A private endpoint backed by a service-managed VPC resource.
vpcIdentifier (string) – [REQUIRED]
The identifier of the VPC in which the private endpoint is provisioned.
subnetIds (list) – [REQUIRED]
The identifiers of the subnets in which the private endpoint network interfaces are placed.
(string) –
Subnet identifier
endpointIpAddressType (string) – [REQUIRED]
The IP address type used by the private endpoint, either IPV4 or IPV6.
securityGroupIds (list) –
The identifiers of the security groups associated with the private endpoint network interfaces.
(string) –
The identifier of a security group.
tags (dict) –
The tags applied to the service-managed VPC resource.
(string) –
Key of a tag.
(string) –
Value of a tag.
routingDomain (string) –
The routing domain used to resolve traffic through the private endpoint.
privateEndpointOverrides (list) –
Per-domain private endpoint overrides that route specific identity provider domains through distinct private endpoints.
(dict) –
A mapping of a domain to the private endpoint used to reach it.
domain (string) – [REQUIRED]
The domain name to which this private endpoint override applies.
privateEndpoint (dict) – [REQUIRED]
The private endpoint used to reach the specified domain.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
selfManagedLatticeResource,managedVpcResource.selfManagedLatticeResource (dict) –
A private endpoint backed by a self-managed VPC Lattice resource configuration.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
resourceConfigurationIdentifier.resourceConfigurationIdentifier (string) –
The identifier of the VPC Lattice resource configuration, specified as a resource configuration ID or ARN.
managedVpcResource (dict) –
A private endpoint backed by a service-managed VPC resource.
vpcIdentifier (string) – [REQUIRED]
The identifier of the VPC in which the private endpoint is provisioned.
subnetIds (list) – [REQUIRED]
The identifiers of the subnets in which the private endpoint network interfaces are placed.
(string) –
Subnet identifier
endpointIpAddressType (string) – [REQUIRED]
The IP address type used by the private endpoint, either IPV4 or IPV6.
securityGroupIds (list) –
The identifiers of the security groups associated with the private endpoint network interfaces.
(string) –
The identifier of a security group.
tags (dict) –
The tags applied to the service-managed VPC resource.
(string) –
Key of a tag.
(string) –
Value of a tag.
routingDomain (string) –
The routing domain used to resolve traffic through the private endpoint.
workloadIdentityDetails (dict) –
Workload identity details associated with a source resource.
workloadIdentityArn (string) – [REQUIRED]
The Amazon Resource Name (ARN) of the workload identity associated with the source resource.
- Return type:
dict
- Returns:
Response Syntax
{ 'registryArn': 'string', 'recordArn': 'string', 'recordId': 'string', 'name': 'string', 'displayName': 'string', 'description': 'string', 'recordType': 'MCP'|'AGENT'|'CUSTOM'|'SKILL'|'GATEWAY', 'descriptors': { 'mcpServer': { 'data': 'string', 'dataSchemaVersion': 'string', 'additionalData': { 'tools': { 'data': 'string', 'dataSchemaVersion': 'string' } }, 'source': { 'fromUrl': { 'url': 'string', 'credentialProviderConfigurations': [ { 'credentialProviderType': 'OAUTH'|'IAM', 'credentialProvider': { 'oauthCredentialProvider': { 'providerArn': 'string', 'grantType': 'CLIENT_CREDENTIALS', 'scopes': [ 'string', ], 'customParameters': { 'string': 'string' } }, 'iamCredentialProvider': { 'roleArn': 'string', 'service': 'string', 'region': 'string' } } }, ] } } }, 'a2aAgentCard': { 'data': 'string', 'dataSchemaVersion': 'string', 'source': { 'fromUrl': { 'url': 'string', 'credentialProviderConfigurations': [ { 'credentialProviderType': 'OAUTH'|'IAM', 'credentialProvider': { 'oauthCredentialProvider': { 'providerArn': 'string', 'grantType': 'CLIENT_CREDENTIALS', 'scopes': [ 'string', ], 'customParameters': { 'string': 'string' } }, 'iamCredentialProvider': { 'roleArn': 'string', 'service': 'string', 'region': 'string' } } }, ] } } }, 'agentSkillsDefinition': { 'data': 'string', 'dataSchemaVersion': 'string', 'additionalData': { 'skillMd': { 'data': 'string', 'dataSchemaVersion': 'string', 'source': { 'fromUrl': { 'url': 'string', 'credentialProviderConfigurations': [ { 'credentialProviderType': 'OAUTH'|'IAM', 'credentialProvider': { 'oauthCredentialProvider': { 'providerArn': 'string', 'grantType': 'CLIENT_CREDENTIALS', 'scopes': [ 'string', ], 'customParameters': { 'string': 'string' } }, 'iamCredentialProvider': { 'roleArn': 'string', 'service': 'string', 'region': 'string' } } }, ] } } } } }, 'custom': { 'data': 'string' }, 'http': { 'source': { 'fromUrl': { 'url': 'string', 'credentialProviderConfigurations': [ { 'credentialProviderType': 'OAUTH'|'IAM', 'credentialProvider': { 'oauthCredentialProvider': { 'providerArn': 'string', 'grantType': 'CLIENT_CREDENTIALS', 'scopes': [ 'string', ], 'customParameters': { 'string': 'string' } }, 'iamCredentialProvider': { 'roleArn': 'string', 'service': 'string', 'region': 'string' } } }, ] } } }, 'agui': { 'source': { 'fromUrl': { 'url': 'string', 'credentialProviderConfigurations': [ { 'credentialProviderType': 'OAUTH'|'IAM', 'credentialProvider': { 'oauthCredentialProvider': { 'providerArn': 'string', 'grantType': 'CLIENT_CREDENTIALS', 'scopes': [ 'string', ], 'customParameters': { 'string': 'string' } }, 'iamCredentialProvider': { 'roleArn': 'string', 'service': 'string', 'region': 'string' } } }, ] } } } }, 'recordVersion': 'string', 'status': 'DRAFT'|'PENDING_APPROVAL'|'APPROVED'|'REJECTED'|'DEPRECATED'|'CREATING'|'UPDATING'|'CREATE_FAILED'|'UPDATE_FAILED', 'createdAt': datetime(2015, 1, 1), 'updatedAt': datetime(2015, 1, 1), 'statusReason': 'string', 'provenance': [ { 'relation': 'DETECTED_FROM', 'sourceId': 'string', 'sourceType': 'AWS::BedrockAgentCore::Runtime'|'AWS::BedrockAgentCore::Gateway', 'sourceDetails': { 'agentcoreRuntime': { 'protocolConfiguration': { 'serverProtocol': 'HTTP'|'A2A'|'MCP'|'AGUI' }, 'authorizerConfiguration': { 'customJWTAuthorizer': { 'discoveryUrl': 'string', 'allowedAudience': [ 'string', ], 'allowedClients': [ 'string', ], 'allowedScopes': [ 'string', ], 'customClaims': [ { 'inboundTokenClaimName': 'string', 'inboundTokenClaimValueType': 'STRING'|'STRING_ARRAY', 'authorizingClaimMatchValue': { 'claimMatchValue': { 'matchValueString': 'string', 'matchValueStringList': [ 'string', ] }, 'claimMatchOperator': 'EQUALS'|'CONTAINS'|'CONTAINS_ANY' } }, ], 'privateEndpoint': { 'selfManagedLatticeResource': { 'resourceConfigurationIdentifier': 'string' }, 'managedVpcResource': { 'vpcIdentifier': 'string', 'subnetIds': [ 'string', ], 'endpointIpAddressType': 'IPV4'|'IPV6', 'securityGroupIds': [ 'string', ], 'tags': { 'string': 'string' }, 'routingDomain': 'string' } }, 'privateEndpointOverrides': [ { 'domain': 'string', 'privateEndpoint': { 'selfManagedLatticeResource': { 'resourceConfigurationIdentifier': 'string' }, 'managedVpcResource': { 'vpcIdentifier': 'string', 'subnetIds': [ 'string', ], 'endpointIpAddressType': 'IPV4'|'IPV6', 'securityGroupIds': [ 'string', ], 'tags': { 'string': 'string' }, 'routingDomain': 'string' } } }, ] } }, 'workloadIdentityDetails': { 'workloadIdentityArn': 'string' } }, 'agentcoreGateway': { 'protocolType': 'MCP', 'authorizerType': 'string', 'authorizerConfiguration': { 'customJWTAuthorizer': { 'discoveryUrl': 'string', 'allowedAudience': [ 'string', ], 'allowedClients': [ 'string', ], 'allowedScopes': [ 'string', ], 'customClaims': [ { 'inboundTokenClaimName': 'string', 'inboundTokenClaimValueType': 'STRING'|'STRING_ARRAY', 'authorizingClaimMatchValue': { 'claimMatchValue': { 'matchValueString': 'string', 'matchValueStringList': [ 'string', ] }, 'claimMatchOperator': 'EQUALS'|'CONTAINS'|'CONTAINS_ANY' } }, ], 'privateEndpoint': { 'selfManagedLatticeResource': { 'resourceConfigurationIdentifier': 'string' }, 'managedVpcResource': { 'vpcIdentifier': 'string', 'subnetIds': [ 'string', ], 'endpointIpAddressType': 'IPV4'|'IPV6', 'securityGroupIds': [ 'string', ], 'tags': { 'string': 'string' }, 'routingDomain': 'string' } }, 'privateEndpointOverrides': [ { 'domain': 'string', 'privateEndpoint': { 'selfManagedLatticeResource': { 'resourceConfigurationIdentifier': 'string' }, 'managedVpcResource': { 'vpcIdentifier': 'string', 'subnetIds': [ 'string', ], 'endpointIpAddressType': 'IPV4'|'IPV6', 'securityGroupIds': [ 'string', ], 'tags': { 'string': 'string' }, 'routingDomain': 'string' } } }, ] } }, 'workloadIdentityDetails': { 'workloadIdentityArn': 'string' } } } }, ], 'createdByAutoDetection': True|False, 'createdBy': 'string' }
Response Structure
(dict) –
Response structure for updating a registry record
registryArn (string) –
The Amazon Resource Name (ARN) of the parent registry that owns the record.
recordArn (string) –
The Amazon Resource Name (ARN) of the registry record.
recordId (string) –
The unique identifier of the registry record.
name (string) –
The name of the registry record. Names are unique within a registry.
displayName (string) –
The human-readable display name of the registry record.
description (string) –
A description of the registry record.
recordType (string) –
The type of the registry record, such as MCP, AGENT, SKILL, or CUSTOM.
descriptors (dict) –
The typed descriptors that define the content of the registry record.
mcpServer (dict) –
The MCP server descriptor, populated when the record type is MCP.
data (string) –
The MCP server descriptor content, serialized as descriptor payload data.
dataSchemaVersion (string) –
The schema version of the descriptor payload.
additionalData (dict) –
Additional data associated with the MCP server descriptor, such as tool definitions.
tools (dict) –
The MCP tools descriptor that defines the tools exposed by the MCP server.
data (string) –
The MCP tools descriptor content, serialized as descriptor payload data.
dataSchemaVersion (string) –
The schema version of the descriptor payload.
source (dict) –
The optional source configuration used to synchronize the MCP server descriptor content.
fromUrl (dict) –
URL-based descriptor source, populated when descriptor content is synchronized from a URL.
url (string) –
The URL from which the descriptor content is retrieved.
credentialProviderConfigurations (list) –
The credential providers used to authenticate when fetching descriptor content from the source URL.
(dict) –
A credential provider configuration that specifies how to authenticate when fetching descriptor content from a registry record’s source URL.
credentialProviderType (string) –
The type of credential provider.
credentialProvider (dict) –
The credential provider details corresponding to the specified credential provider type.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
oauthCredentialProvider,iamCredentialProvider. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
oauthCredentialProvider (dict) –
The OAuth 2.0 credential provider details.
providerArn (string) –
The Amazon Resource Name (ARN) of the OAuth 2.0 credential provider resource in Amazon Bedrock AgentCore Identity.
grantType (string) –
The OAuth 2.0 grant type used to obtain access tokens.
scopes (list) –
The OAuth 2.0 scopes to request when obtaining access tokens.
(string) –
customParameters (dict) –
Additional parameters to include in the OAuth 2.0 token request.
(string) –
(string) –
iamCredentialProvider (dict) –
The IAM role credential provider details.
roleArn (string) –
The Amazon Resource Name (ARN) of the IAM role to assume for request signing.
service (string) –
The service name to use for request signing, such as execute-api.
region (string) –
The Amazon Web Services Region to use for request signing. If not specified, the Region is derived from the source URL hostname, falling back to the Region of the registry.
a2aAgentCard (dict) –
The A2A agent card descriptor, populated when the record type is AGENT.
data (string) –
The A2A agent card content, serialized as descriptor payload data.
dataSchemaVersion (string) –
The schema version of the descriptor payload.
source (dict) –
The optional source configuration used to synchronize the A2A agent card descriptor content.
fromUrl (dict) –
URL-based descriptor source, populated when descriptor content is synchronized from a URL.
url (string) –
The URL from which the descriptor content is retrieved.
credentialProviderConfigurations (list) –
The credential providers used to authenticate when fetching descriptor content from the source URL.
(dict) –
A credential provider configuration that specifies how to authenticate when fetching descriptor content from a registry record’s source URL.
credentialProviderType (string) –
The type of credential provider.
credentialProvider (dict) –
The credential provider details corresponding to the specified credential provider type.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
oauthCredentialProvider,iamCredentialProvider. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
oauthCredentialProvider (dict) –
The OAuth 2.0 credential provider details.
providerArn (string) –
The Amazon Resource Name (ARN) of the OAuth 2.0 credential provider resource in Amazon Bedrock AgentCore Identity.
grantType (string) –
The OAuth 2.0 grant type used to obtain access tokens.
scopes (list) –
The OAuth 2.0 scopes to request when obtaining access tokens.
(string) –
customParameters (dict) –
Additional parameters to include in the OAuth 2.0 token request.
(string) –
(string) –
iamCredentialProvider (dict) –
The IAM role credential provider details.
roleArn (string) –
The Amazon Resource Name (ARN) of the IAM role to assume for request signing.
service (string) –
The service name to use for request signing, such as execute-api.
region (string) –
The Amazon Web Services Region to use for request signing. If not specified, the Region is derived from the source URL hostname, falling back to the Region of the registry.
agentSkillsDefinition (dict) –
The agent skills definition descriptor, populated when the record type is SKILL.
data (string) –
The agent skills definition content, serialized as descriptor payload data.
dataSchemaVersion (string) –
The schema version of the descriptor payload.
additionalData (dict) –
Additional data associated with the agent skills definition descriptor.
skillMd (dict) –
The markdown skill content associated with an agent skills definition.
data (string) –
The agent skills markdown content, serialized as descriptor payload data.
dataSchemaVersion (string) –
The schema version of the descriptor payload.
source (dict) –
The optional source configuration used to synchronize the agent skills markdown content.
fromUrl (dict) –
URL-based descriptor source, populated when descriptor content is synchronized from a URL.
url (string) –
The URL from which the descriptor content is retrieved.
credentialProviderConfigurations (list) –
The credential providers used to authenticate when fetching descriptor content from the source URL.
(dict) –
A credential provider configuration that specifies how to authenticate when fetching descriptor content from a registry record’s source URL.
credentialProviderType (string) –
The type of credential provider.
credentialProvider (dict) –
The credential provider details corresponding to the specified credential provider type.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
oauthCredentialProvider,iamCredentialProvider. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
oauthCredentialProvider (dict) –
The OAuth 2.0 credential provider details.
providerArn (string) –
The Amazon Resource Name (ARN) of the OAuth 2.0 credential provider resource in Amazon Bedrock AgentCore Identity.
grantType (string) –
The OAuth 2.0 grant type used to obtain access tokens.
scopes (list) –
The OAuth 2.0 scopes to request when obtaining access tokens.
(string) –
customParameters (dict) –
Additional parameters to include in the OAuth 2.0 token request.
(string) –
(string) –
iamCredentialProvider (dict) –
The IAM role credential provider details.
roleArn (string) –
The Amazon Resource Name (ARN) of the IAM role to assume for request signing.
service (string) –
The service name to use for request signing, such as execute-api.
region (string) –
The Amazon Web Services Region to use for request signing. If not specified, the Region is derived from the source URL hostname, falling back to the Region of the registry.
custom (dict) –
The custom descriptor, populated when the record type is CUSTOM.
data (string) –
The custom descriptor content, serialized as descriptor payload data.
http (dict) –
The HTTP descriptor, populated for records detected from an HTTP protocol source.
source (dict) –
The source configuration that defines where descriptor content is retrieved from.
fromUrl (dict) –
URL-based descriptor source, populated when descriptor content is synchronized from a URL.
url (string) –
The URL from which the descriptor content is retrieved.
credentialProviderConfigurations (list) –
The credential providers used to authenticate when fetching descriptor content from the source URL.
(dict) –
A credential provider configuration that specifies how to authenticate when fetching descriptor content from a registry record’s source URL.
credentialProviderType (string) –
The type of credential provider.
credentialProvider (dict) –
The credential provider details corresponding to the specified credential provider type.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
oauthCredentialProvider,iamCredentialProvider. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
oauthCredentialProvider (dict) –
The OAuth 2.0 credential provider details.
providerArn (string) –
The Amazon Resource Name (ARN) of the OAuth 2.0 credential provider resource in Amazon Bedrock AgentCore Identity.
grantType (string) –
The OAuth 2.0 grant type used to obtain access tokens.
scopes (list) –
The OAuth 2.0 scopes to request when obtaining access tokens.
(string) –
customParameters (dict) –
Additional parameters to include in the OAuth 2.0 token request.
(string) –
(string) –
iamCredentialProvider (dict) –
The IAM role credential provider details.
roleArn (string) –
The Amazon Resource Name (ARN) of the IAM role to assume for request signing.
service (string) –
The service name to use for request signing, such as execute-api.
region (string) –
The Amazon Web Services Region to use for request signing. If not specified, the Region is derived from the source URL hostname, falling back to the Region of the registry.
agui (dict) –
The AG-UI descriptor, populated for records detected from an AG-UI protocol source.
source (dict) –
The source configuration that defines where descriptor content is retrieved from.
fromUrl (dict) –
URL-based descriptor source, populated when descriptor content is synchronized from a URL.
url (string) –
The URL from which the descriptor content is retrieved.
credentialProviderConfigurations (list) –
The credential providers used to authenticate when fetching descriptor content from the source URL.
(dict) –
A credential provider configuration that specifies how to authenticate when fetching descriptor content from a registry record’s source URL.
credentialProviderType (string) –
The type of credential provider.
credentialProvider (dict) –
The credential provider details corresponding to the specified credential provider type.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
oauthCredentialProvider,iamCredentialProvider. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
oauthCredentialProvider (dict) –
The OAuth 2.0 credential provider details.
providerArn (string) –
The Amazon Resource Name (ARN) of the OAuth 2.0 credential provider resource in Amazon Bedrock AgentCore Identity.
grantType (string) –
The OAuth 2.0 grant type used to obtain access tokens.
scopes (list) –
The OAuth 2.0 scopes to request when obtaining access tokens.
(string) –
customParameters (dict) –
Additional parameters to include in the OAuth 2.0 token request.
(string) –
(string) –
iamCredentialProvider (dict) –
The IAM role credential provider details.
roleArn (string) –
The Amazon Resource Name (ARN) of the IAM role to assume for request signing.
service (string) –
The service name to use for request signing, such as execute-api.
region (string) –
The Amazon Web Services Region to use for request signing. If not specified, the Region is derived from the source URL hostname, falling back to the Region of the registry.
recordVersion (string) –
The version identifier of the registry record.
status (string) –
The lifecycle status of the registry record.
createdAt (datetime) –
The timestamp when the registry record was created.
updatedAt (datetime) –
The timestamp when the registry record was last updated.
statusReason (string) –
The reason for the current status. Typically populated when the status indicates a failure state.
provenance (list) –
List of provenance entries on a registry record. Capped at one entry today: a record carries a single DETECTED_FROM lineage. Modeled as a list so additional relations can be unlocked post-GA by raising this bound without a breaking shape change.
(dict) –
One provenance entry describing the lineage of a registry record.
relation (string) –
The relationship between the registry record and its provenance source.
sourceId (string) –
The identifier of the upstream source that the registry record was detected from.
sourceType (string) –
The type of the upstream source that the registry record was detected from.
sourceDetails (dict) –
Additional details about the upstream source that the registry record was detected from, such as the AgentCore Gateway or Runtime configuration. The populated member corresponds to the source type.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
agentcoreRuntime,agentcoreGateway. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
agentcoreRuntime (dict) –
Source details for a record auto-detected from an AgentCore Runtime resource.
protocolConfiguration (dict) –
Protocol configuration for an AgentCore Runtime.
serverProtocol (string) –
The server protocol used by an AgentCore Runtime.
authorizerConfiguration (dict) –
The authorizer configuration for a registry. Exactly one member is set.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
customJWTAuthorizer. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
customJWTAuthorizer (dict) –
Configuration for a custom JWT authorizer.
discoveryUrl (string) –
The OpenID Connect discovery URL used to retrieve the identity provider’s metadata and signing keys.
allowedAudience (list) –
The audience values accepted during JWT validation. A token is rejected if none of its audience claims match.
(string) –
An audience value that an inbound JWT must contain to be authorized.
allowedClients (list) –
The client identifiers accepted during JWT validation. A token is rejected if it was not issued to one of these clients.
(string) –
A client identifier that an inbound JWT must be issued to in order to be authorized.
allowedScopes (list) –
The scopes accepted during JWT validation. A token is rejected if it does not carry one of these scopes.
(string) –
A scope value that an inbound JWT must carry to be authorized.
customClaims (list) –
Additional custom claim validations applied to the inbound JWT.
(dict) –
A validation rule applied to a single claim of an inbound JWT.
inboundTokenClaimName (string) –
The name of the claim in the inbound token to validate.
inboundTokenClaimValueType (string) –
The value type of the claim in the inbound token, either a string or an array of strings.
authorizingClaimMatchValue (dict) –
The value and match operator used to authorize the claim.
claimMatchValue (dict) –
The expected value or values that the claim is compared against.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
matchValueString,matchValueStringList. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
matchValueString (string) –
A single string value to match the claim against.
matchValueStringList (list) –
A list of string values to match the claim against.
(string) –
A single value used to match a claim during JWT validation.
claimMatchOperator (string) –
The operator used to compare the claim value against the expected value.
privateEndpoint (dict) –
The private endpoint used to reach the identity provider’s discovery URL over a private network path.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
selfManagedLatticeResource,managedVpcResource. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
selfManagedLatticeResource (dict) –
A private endpoint backed by a self-managed VPC Lattice resource configuration.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
resourceConfigurationIdentifier. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
resourceConfigurationIdentifier (string) –
The identifier of the VPC Lattice resource configuration, specified as a resource configuration ID or ARN.
managedVpcResource (dict) –
A private endpoint backed by a service-managed VPC resource.
vpcIdentifier (string) –
The identifier of the VPC in which the private endpoint is provisioned.
subnetIds (list) –
The identifiers of the subnets in which the private endpoint network interfaces are placed.
(string) –
Subnet identifier
endpointIpAddressType (string) –
The IP address type used by the private endpoint, either IPV4 or IPV6.
securityGroupIds (list) –
The identifiers of the security groups associated with the private endpoint network interfaces.
(string) –
The identifier of a security group.
tags (dict) –
The tags applied to the service-managed VPC resource.
(string) –
Key of a tag.
(string) –
Value of a tag.
routingDomain (string) –
The routing domain used to resolve traffic through the private endpoint.
privateEndpointOverrides (list) –
Per-domain private endpoint overrides that route specific identity provider domains through distinct private endpoints.
(dict) –
A mapping of a domain to the private endpoint used to reach it.
domain (string) –
The domain name to which this private endpoint override applies.
privateEndpoint (dict) –
The private endpoint used to reach the specified domain.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
selfManagedLatticeResource,managedVpcResource. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
selfManagedLatticeResource (dict) –
A private endpoint backed by a self-managed VPC Lattice resource configuration.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
resourceConfigurationIdentifier. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
resourceConfigurationIdentifier (string) –
The identifier of the VPC Lattice resource configuration, specified as a resource configuration ID or ARN.
managedVpcResource (dict) –
A private endpoint backed by a service-managed VPC resource.
vpcIdentifier (string) –
The identifier of the VPC in which the private endpoint is provisioned.
subnetIds (list) –
The identifiers of the subnets in which the private endpoint network interfaces are placed.
(string) –
Subnet identifier
endpointIpAddressType (string) –
The IP address type used by the private endpoint, either IPV4 or IPV6.
securityGroupIds (list) –
The identifiers of the security groups associated with the private endpoint network interfaces.
(string) –
The identifier of a security group.
tags (dict) –
The tags applied to the service-managed VPC resource.
(string) –
Key of a tag.
(string) –
Value of a tag.
routingDomain (string) –
The routing domain used to resolve traffic through the private endpoint.
workloadIdentityDetails (dict) –
Workload identity details associated with a source resource.
workloadIdentityArn (string) –
The Amazon Resource Name (ARN) of the workload identity associated with the source resource.
agentcoreGateway (dict) –
Source details for a record auto-detected from an AgentCore Gateway resource.
protocolType (string) –
The protocol type of an AgentCore Gateway.
authorizerType (string) –
The type of authorizer configured on the AgentCore Gateway resource that the registry record was detected from.
authorizerConfiguration (dict) –
The authorizer configuration for a registry. Exactly one member is set.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
customJWTAuthorizer. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
customJWTAuthorizer (dict) –
Configuration for a custom JWT authorizer.
discoveryUrl (string) –
The OpenID Connect discovery URL used to retrieve the identity provider’s metadata and signing keys.
allowedAudience (list) –
The audience values accepted during JWT validation. A token is rejected if none of its audience claims match.
(string) –
An audience value that an inbound JWT must contain to be authorized.
allowedClients (list) –
The client identifiers accepted during JWT validation. A token is rejected if it was not issued to one of these clients.
(string) –
A client identifier that an inbound JWT must be issued to in order to be authorized.
allowedScopes (list) –
The scopes accepted during JWT validation. A token is rejected if it does not carry one of these scopes.
(string) –
A scope value that an inbound JWT must carry to be authorized.
customClaims (list) –
Additional custom claim validations applied to the inbound JWT.
(dict) –
A validation rule applied to a single claim of an inbound JWT.
inboundTokenClaimName (string) –
The name of the claim in the inbound token to validate.
inboundTokenClaimValueType (string) –
The value type of the claim in the inbound token, either a string or an array of strings.
authorizingClaimMatchValue (dict) –
The value and match operator used to authorize the claim.
claimMatchValue (dict) –
The expected value or values that the claim is compared against.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
matchValueString,matchValueStringList. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
matchValueString (string) –
A single string value to match the claim against.
matchValueStringList (list) –
A list of string values to match the claim against.
(string) –
A single value used to match a claim during JWT validation.
claimMatchOperator (string) –
The operator used to compare the claim value against the expected value.
privateEndpoint (dict) –
The private endpoint used to reach the identity provider’s discovery URL over a private network path.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
selfManagedLatticeResource,managedVpcResource. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
selfManagedLatticeResource (dict) –
A private endpoint backed by a self-managed VPC Lattice resource configuration.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
resourceConfigurationIdentifier. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
resourceConfigurationIdentifier (string) –
The identifier of the VPC Lattice resource configuration, specified as a resource configuration ID or ARN.
managedVpcResource (dict) –
A private endpoint backed by a service-managed VPC resource.
vpcIdentifier (string) –
The identifier of the VPC in which the private endpoint is provisioned.
subnetIds (list) –
The identifiers of the subnets in which the private endpoint network interfaces are placed.
(string) –
Subnet identifier
endpointIpAddressType (string) –
The IP address type used by the private endpoint, either IPV4 or IPV6.
securityGroupIds (list) –
The identifiers of the security groups associated with the private endpoint network interfaces.
(string) –
The identifier of a security group.
tags (dict) –
The tags applied to the service-managed VPC resource.
(string) –
Key of a tag.
(string) –
Value of a tag.
routingDomain (string) –
The routing domain used to resolve traffic through the private endpoint.
privateEndpointOverrides (list) –
Per-domain private endpoint overrides that route specific identity provider domains through distinct private endpoints.
(dict) –
A mapping of a domain to the private endpoint used to reach it.
domain (string) –
The domain name to which this private endpoint override applies.
privateEndpoint (dict) –
The private endpoint used to reach the specified domain.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
selfManagedLatticeResource,managedVpcResource. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
selfManagedLatticeResource (dict) –
A private endpoint backed by a self-managed VPC Lattice resource configuration.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
resourceConfigurationIdentifier. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
resourceConfigurationIdentifier (string) –
The identifier of the VPC Lattice resource configuration, specified as a resource configuration ID or ARN.
managedVpcResource (dict) –
A private endpoint backed by a service-managed VPC resource.
vpcIdentifier (string) –
The identifier of the VPC in which the private endpoint is provisioned.
subnetIds (list) –
The identifiers of the subnets in which the private endpoint network interfaces are placed.
(string) –
Subnet identifier
endpointIpAddressType (string) –
The IP address type used by the private endpoint, either IPV4 or IPV6.
securityGroupIds (list) –
The identifiers of the security groups associated with the private endpoint network interfaces.
(string) –
The identifier of a security group.
tags (dict) –
The tags applied to the service-managed VPC resource.
(string) –
Key of a tag.
(string) –
Value of a tag.
routingDomain (string) –
The routing domain used to resolve traffic through the private endpoint.
workloadIdentityDetails (dict) –
Workload identity details associated with a source resource.
workloadIdentityArn (string) –
The Amazon Resource Name (ARN) of the workload identity associated with the source resource.
createdByAutoDetection (boolean) –
Specifies whether the registry record was created by auto-detection.
trueindicates the record was automatically created by the service based on the registry’s auto-detection configuration;falseindicates the record was created through a control-plane API call.createdBy (string) –
The ID of the Amazon Web Services account that created the registry record.
Exceptions