interface ApiSchemaConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrockagentcore.CfnGatewayTarget.ApiSchemaConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnGatewayTarget_ApiSchemaConfigurationProperty |
![]() | software.amazon.awscdk.services.bedrockagentcore.CfnGatewayTarget.ApiSchemaConfigurationProperty |
![]() | aws_cdk.aws_bedrockagentcore.CfnGatewayTarget.ApiSchemaConfigurationProperty |
![]() | aws-cdk-lib » aws_bedrockagentcore » CfnGatewayTarget » ApiSchemaConfigurationProperty |
The API schema configuration 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 apiSchemaConfigurationProperty: bedrockagentcore.CfnGatewayTarget.ApiSchemaConfigurationProperty = {
inlinePayload: 'inlinePayload',
s3: {
bucketOwnerAccountId: 'bucketOwnerAccountId',
uri: 'uri',
},
};
Properties
Name | Type | Description |
---|---|---|
inline | string | The inline payload for the gateway. |
s3? | IResolvable | S3 | The API schema configuration. |
inlinePayload?
Type:
string
(optional)
The inline payload for the gateway.
s3?
Type:
IResolvable
|
S3
(optional)
The API schema configuration.