interface ApiKeyCredentialProviderProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrockagentcore.CfnGatewayTarget.ApiKeyCredentialProviderProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnGatewayTarget_ApiKeyCredentialProviderProperty |
![]() | software.amazon.awscdk.services.bedrockagentcore.CfnGatewayTarget.ApiKeyCredentialProviderProperty |
![]() | aws_cdk.aws_bedrockagentcore.CfnGatewayTarget.ApiKeyCredentialProviderProperty |
![]() | aws-cdk-lib » aws_bedrockagentcore » CfnGatewayTarget » 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-lib';
const apiKeyCredentialProviderProperty: bedrockagentcore.CfnGatewayTarget.ApiKeyCredentialProviderProperty = {
providerArn: 'providerArn',
// the properties below are optional
credentialLocation: 'credentialLocation',
credentialParameterName: 'credentialParameterName',
credentialPrefix: 'credentialPrefix',
};
Properties
Name | Type | Description |
---|---|---|
provider | string | The provider ARN for the gateway target. |
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. |
providerArn
Type:
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.