The updated authorizer type for the Gateway.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Amazon.PowerShell.Cmdlets.BACC.AmazonBedrockAgentCoreControlClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-CustomJWTAuthorizer_AllowedAudience <
String[]>
Represents individual audience values that are validated in the incoming JWT token validation process. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AuthorizerConfiguration_CustomJWTAuthorizer_AllowedAudience |
-CustomJWTAuthorizer_AllowedClient <
String[]>
Represents individual client IDs that are validated in the incoming JWT token validation process. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AuthorizerConfiguration_CustomJWTAuthorizer_AllowedClients |
-CustomJWTAuthorizer_DiscoveryUrl <
String>
This URL is used to fetch OpenID Connect configuration or authorization server metadata for validating incoming tokens.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AuthorizerConfiguration_CustomJWTAuthorizer_DiscoveryUrl |
The updated description for the Gateway.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The verbosity of exception messages. Use DEBUG mode to see granular exception messages from a Gateway. If this parameter is not set, exception messages are by default sanitized for presentation to end users.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The identifier of the gateway to update. This can be either the gateway ID or the gateway ARN.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The updated ARN of the KMS key used to encrypt the Gateway.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The instructions for using the Model Context Protocol gateway. These instructions provide guidance on how to interact with the gateway.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ProtocolConfiguration_Mcp_Instructions |
The search type for the Model Context Protocol gateway. This field specifies how the gateway handles search operations.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ProtocolConfiguration_Mcp_SearchType |
The supported versions of the Model Context Protocol. This field specifies which versions of the protocol the gateway can use. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ProtocolConfiguration_Mcp_SupportedVersions |
The updated name for the Gateway.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The updated protocol type for the Gateway.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The updated IAM role ARN that provides permissions for the Gateway.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BedrockAgentCoreControl.Model.UpdateGatewayResponse). Specifying the name of a property of type Amazon.BedrockAgentCoreControl.Model.UpdateGatewayResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |