interface ApiKeyCredentialProviderProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnGatewayTargetPropsMixin.ApiKeyCredentialProviderProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnGatewayTargetPropsMixin_ApiKeyCredentialProviderProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayTargetPropsMixin.ApiKeyCredentialProviderProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnGatewayTargetPropsMixin.ApiKeyCredentialProviderProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnGatewayTargetPropsMixin » ApiKeyCredentialProviderProperty |
The API key credential provider for the gateway target.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from '@aws-cdk/cfn-property-mixins';
const apiKeyCredentialProviderProperty: bedrockagentcore.CfnGatewayTargetPropsMixin.ApiKeyCredentialProviderProperty = {
credentialLocation: 'credentialLocation',
credentialParameterName: 'credentialParameterName',
credentialPrefix: 'credentialPrefix',
providerArn: 'providerArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| credential | string | The credential location for the gateway target. |
| credential | string | The credential parameter name for the provider for the gateway target. |
| credential | string | The API key credential provider for the gateway target. |
| provider | string | The provider ARN for the gateway target. |
credentialLocation?
Type:
string
(optional)
The credential location for the gateway target.
credentialParameterName?
Type:
string
(optional)
The credential parameter name for the provider for the gateway target.
credentialPrefix?
Type:
string
(optional)
The API key credential provider for the gateway target.
providerArn?
Type:
string
(optional)
The provider ARN for the gateway target.

.NET
Go
Java
Python
TypeScript