Show / Hide Table of Contents

Interface IInterceptorBindConfig

Configuration returned from binding an interceptor to a Gateway.

Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IInterceptorBindConfig
Syntax (vb)
Public Interface IInterceptorBindConfig
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 configuration;

            var interceptorBindConfig = new InterceptorBindConfig {
                Configuration = configuration
            };

Synopsis

Properties

Configuration

The CloudFormation configuration for this interceptor.

Properties

Configuration

The CloudFormation configuration for this interceptor.

object Configuration { get; }
Property Value

object

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX