interface InterceptorInputConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnGatewayPropsMixin.InterceptorInputConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnGatewayPropsMixin_InterceptorInputConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayPropsMixin.InterceptorInputConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnGatewayPropsMixin.InterceptorInputConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnGatewayPropsMixin » InterceptorInputConfigurationProperty |
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 interceptorInputConfigurationProperty: bedrockagentcore.CfnGatewayPropsMixin.InterceptorInputConfigurationProperty = {
passRequestHeaders: false,
payloadFilter: {
exclude: [{
field: 'field',
}],
},
};
Properties
| Name | Type | Description |
|---|---|---|
| pass | boolean | IResolvable | |
| payload | IResolvable | Interceptor |
passRequestHeaders?
Type:
boolean | IResolvable
(optional)
payloadFilter?
Type:
IResolvable | Interceptor
(optional)

.NET
Go
Java
Python
TypeScript