Show / Hide Table of Contents

Class CfnGateway.InterceptorConfigurationProperty

Inheritance
object
CfnGateway.InterceptorConfigurationProperty
Implements
CfnGateway.IInterceptorConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-interceptorconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-interceptorconfiguration.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-interceptorconfiguration.html#cfn-bedrockagentcore-gateway-interceptorconfiguration-lambda

Type union: either IResolvable or CfnGateway.ILambdaInterceptorConfigurationProperty

Implements

CfnGateway.IInterceptorConfigurationProperty
Back to top Generated by DocFX