Class CfnGatewayPropsMixin.LambdaInterceptorConfigurationProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnGatewayPropsMixin.LambdaInterceptorConfigurationProperty : CfnGatewayPropsMixin.ILambdaInterceptorConfigurationProperty
Syntax (vb)
Public Class CfnGatewayPropsMixin.LambdaInterceptorConfigurationProperty Implements CfnGatewayPropsMixin.ILambdaInterceptorConfigurationProperty
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.CfnPropertyMixins.AWS.BedrockAgentCore;
var lambdaInterceptorConfigurationProperty = new LambdaInterceptorConfigurationProperty {
Arn = "arn"
};
Synopsis
Constructors
| LambdaInterceptorConfigurationProperty() |
Properties
| Arn |
Constructors
LambdaInterceptorConfigurationProperty()
public LambdaInterceptorConfigurationProperty()
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.CfnPropertyMixins.AWS.BedrockAgentCore;
var lambdaInterceptorConfigurationProperty = new LambdaInterceptorConfigurationProperty {
Arn = "arn"
};
Properties
Arn
public string? Arn { get; set; }