Enum RequestType
The Request
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. |