Show / Hide Table of Contents

Enum RequestType

The RequestType enumeration describes the CloudFormation operation on the custom resource.

Namespace: LambdaSharp.CustomResource
Assembly: LambdaSharp.CustomResource.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum RequestType

Fields

Name Description
Create

AWS CloudFormation is attempting to create the resource.

Delete

AWS CloudFormation is attempting to delete the resource.

Update

AWS CloudFormation is attempting to update the resource.

In This Article
Back to top Generated by DocFX