interface ApiGatewayToolOverrideProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnGatewayTargetPropsMixin.ApiGatewayToolOverrideProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnGatewayTargetPropsMixin_ApiGatewayToolOverrideProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayTargetPropsMixin.ApiGatewayToolOverrideProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnGatewayTargetPropsMixin.ApiGatewayToolOverrideProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnGatewayTargetPropsMixin » ApiGatewayToolOverrideProperty |
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 apiGatewayToolOverrideProperty: bedrockagentcore.CfnGatewayTargetPropsMixin.ApiGatewayToolOverrideProperty = {
description: 'description',
method: 'method',
name: 'name',
path: 'path',
};
Properties
| Name | Type | Description |
|---|---|---|
| description? | string | |
| method? | string | |
| name? | string | |
| path? | string |
description?
Type:
string
(optional)
method?
Type:
string
(optional)
name?
Type:
string
(optional)
path?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript