Class CfnGateway.InterceptorConfigurationProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGateway.InterceptorConfigurationProperty : CfnGateway.IInterceptorConfigurationProperty
Syntax (vb)
Public Class CfnGateway.InterceptorConfigurationProperty Implements CfnGateway.IInterceptorConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.BedrockAgentCore;
var interceptorConfigurationProperty = new InterceptorConfigurationProperty {
Lambda = new LambdaInterceptorConfigurationProperty {
Arn = "arn"
}
};
Synopsis
Constructors
| InterceptorConfigurationProperty() |
Properties
| Lambda |
Constructors
InterceptorConfigurationProperty()
public InterceptorConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.BedrockAgentCore;
var interceptorConfigurationProperty = new InterceptorConfigurationProperty {
Lambda = new LambdaInterceptorConfigurationProperty {
Arn = "arn"
}
};
Properties
Lambda
public object Lambda { get; set; }