Show / Hide Table of Contents

Interface CfnAccessPoint.IContentTransformationProperty

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3objectlambda-accesspoint-contenttransformation.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 contentTransformationProperty = new ContentTransformationProperty {
                 AwsLambda = new AwsLambdaProperty {
                     FunctionArn = "functionArn",

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

Synopsis

Properties

AwsLambda

Properties

AwsLambda

object AwsLambda { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAccessPoint.IAwsLambdaProperty

Back to top Generated by DocFX