Show / Hide Table of Contents

Class DataResourceType

Resource type for a data event.

Inheritance
System.Object
DataResourceType
Namespace: Amazon.CDK.AWS.CloudTrail
Assembly: Amazon.CDK.AWS.CloudTrail.dll
Syntax (csharp)
public sealed class DataResourceType : Enum
Syntax (vb)
Public NotInheritable Class DataResourceType
    Inherits

     Enum

Synopsis

Fields

LAMBDA_FUNCTION

Data resource type for Lambda function.

S3_OBJECT

Data resource type for S3 objects.

value__

Fields

LAMBDA_FUNCTION

Data resource type for Lambda function.

public const DataResourceType LAMBDA_FUNCTION
Field Value
Type Description
DataResourceType

S3_OBJECT

Data resource type for S3 objects.

public const DataResourceType S3_OBJECT
Field Value
Type Description
DataResourceType

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX