interface LambdaEndpointInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.RefactorSpaces.Mixins.CfnServicePropsMixin.LambdaEndpointInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsrefactorspaces/mixins#CfnServicePropsMixin_LambdaEndpointInputProperty |
Java | software.amazon.awscdk.mixins.preview.services.refactorspaces.mixins.CfnServicePropsMixin.LambdaEndpointInputProperty |
Python | aws_cdk.mixins_preview.aws_refactorspaces.mixins.CfnServicePropsMixin.LambdaEndpointInputProperty |
TypeScript | @aws-cdk/mixins-preview » aws_refactorspaces » mixins » CfnServicePropsMixin » 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 { mixins as refactorspaces_mixins } from '@aws-cdk/mixins-preview/aws-refactorspaces';
const lambdaEndpointInputProperty: refactorspaces_mixins.CfnServicePropsMixin.LambdaEndpointInputProperty = {
arn: 'arn',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | The Amazon Resource Name (ARN) of the Lambda function or alias. |
arn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the Lambda function or alias.

.NET
Go
Java
Python
TypeScript