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

.NET
Go
Java
Python
TypeScript