The unique identifier of the AgentCore Runtime to update.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Amazon.PowerShell.Cmdlets.BACC.AmazonBedrockAgentCoreControlClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A unique, case-sensitive identifier to ensure idempotency of the request.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ContainerConfiguration_ContainerUri <
String>
The ECR URI of the container.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AgentRuntimeArtifact_ContainerConfiguration_ContainerUri |
-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 of the AgentCore Runtime.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Updated environment variables to set in the AgentCore Runtime environment. 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 | EnvironmentVariables |
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 network mode for the AgentCore Runtime.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-NetworkModeConfig_SecurityGroup <
String[]>
The security groups associated with the VPC configuration. 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 | NetworkConfiguration_NetworkModeConfig_SecurityGroups |
The subnets associated with the VPC configuration. 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 | NetworkConfiguration_NetworkModeConfig_Subnets |
The server protocol for the agent runtime. This field specifies which protocol the agent runtime uses to communicate with clients.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-RequestHeaderConfiguration_RequestHeaderAllowlist <
String[]>
A list of HTTP request headers that are allowed to be passed through to the runtime. 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) |
The updated IAM role ARN that provides permissions for the AgentCore Runtime.
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.UpdateAgentRuntimeResponse). Specifying the name of a property of type Amazon.BedrockAgentCoreControl.Model.UpdateAgentRuntimeResponse 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) |