Show / Hide Table of Contents

Interface GuardDutyMalwareProtectionPostScanActionFailed.IS3ObjectDetails

(experimental) Type definition for S3ObjectDetails.

Namespace: Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface GuardDutyMalwareProtectionPostScanActionFailed.IS3ObjectDetails
Syntax (vb)
Public Interface GuardDutyMalwareProtectionPostScanActionFailed.IS3ObjectDetails
Remarks

Stability: Experimental

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.Mixins.Preview.AWS.GuardDuty.Events;

             var s3ObjectDetails = new S3ObjectDetails {
                 BucketName = new [] { "bucketName" },
                 ETag = new [] { "eTag" },
                 ObjectKey = new [] { "objectKey" },
                 VersionId = new [] { "versionId" }
             };

Synopsis

Properties

BucketName

(experimental) bucketName property.

ETag

(experimental) eTag property.

ObjectKey

(experimental) objectKey property.

VersionId

(experimental) versionId property.

Properties

BucketName

(experimental) bucketName property.

string[]? BucketName { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of bucketName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

ETag

(experimental) eTag property.

string[]? ETag { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of eTag is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

ObjectKey

(experimental) objectKey property.

string[]? ObjectKey { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of objectKey is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

VersionId

(experimental) versionId property.

string[]? VersionId { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of versionId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Back to top Generated by DocFX