aws-cdk-lib.aws_refactorspaces.CfnService.LambdaEndpointInputProperty

interface LambdaEndpointInputProperty

LanguageType name
.NETAmazon.CDK.AWS.RefactorSpaces.CfnService.LambdaEndpointInputProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsrefactorspaces#CfnService_LambdaEndpointInputProperty
Javasoftware.amazon.awscdk.services.refactorspaces.CfnService.LambdaEndpointInputProperty
Pythonaws_cdk.aws_refactorspaces.CfnService.LambdaEndpointInputProperty
TypeScript aws-cdk-lib » aws_refactorspaces » CfnService » LambdaEndpointInputProperty

The input for the AWS Lambda endpoint type.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_refactorspaces as refactorspaces } from 'aws-cdk-lib';
const lambdaEndpointInputProperty: refactorspaces.CfnService.LambdaEndpointInputProperty = {
  arn: 'arn',
};

Properties

NameTypeDescription
arnstringThe Amazon Resource Name (ARN) of the Lambda function or alias.

arn

Type: string

The Amazon Resource Name (ARN) of the Lambda function or alias.