Show / Hide Table of Contents

Interface CfnAccessPoint.IAwsLambdaProperty

Namespace: Amazon.CDK.AWS.S3ObjectLambda
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAccessPoint.IAwsLambdaProperty
Syntax (vb)
Public Interface CfnAccessPoint.IAwsLambdaProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3objectlambda-accesspoint-awslambda.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.AWS.S3ObjectLambda;

             var awsLambdaProperty = new AwsLambdaProperty {
                 FunctionArn = "functionArn",

                 // the properties below are optional
                 FunctionPayload = "functionPayload"
             };

Synopsis

Properties

FunctionArn
FunctionPayload

Properties

FunctionArn

string FunctionArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3objectlambda-accesspoint-awslambda.html#cfn-s3objectlambda-accesspoint-awslambda-functionarn

FunctionPayload

string? FunctionPayload { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3objectlambda-accesspoint-awslambda.html#cfn-s3objectlambda-accesspoint-awslambda-functionpayload

Back to top Generated by DocFX