Show / Hide Table of Contents

Interface CfnGatewayPropsMixin.ILambdaInterceptorConfigurationProperty

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnGatewayPropsMixin.ILambdaInterceptorConfigurationProperty
Syntax (vb)
Public Interface CfnGatewayPropsMixin.ILambdaInterceptorConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-lambdainterceptorconfiguration.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.CfnPropertyMixins.AWS.BedrockAgentCore;

             var lambdaInterceptorConfigurationProperty = new LambdaInterceptorConfigurationProperty {
                 Arn = "arn"
             };

Synopsis

Properties

Arn

Properties

Arn

string? Arn { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX