Show / Hide Table of Contents

Class GuardDutyMalwareProtectionPostScanActionFailed.GuardDutyMalwareProtectionPostScanActionFailedProps

(experimental) Props type for aws.guardduty@GuardDutyMalwareProtectionPostScanActionFailed event.

Inheritance
object
GuardDutyMalwareProtectionPostScanActionFailed.GuardDutyMalwareProtectionPostScanActionFailedProps
Implements
GuardDutyMalwareProtectionPostScanActionFailed.IGuardDutyMalwareProtectionPostScanActionFailedProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class GuardDutyMalwareProtectionPostScanActionFailed.GuardDutyMalwareProtectionPostScanActionFailedProps : GuardDutyMalwareProtectionPostScanActionFailed.IGuardDutyMalwareProtectionPostScanActionFailedProps
Syntax (vb)
Public Class GuardDutyMalwareProtectionPostScanActionFailed.GuardDutyMalwareProtectionPostScanActionFailedProps Implements GuardDutyMalwareProtectionPostScanActionFailed.IGuardDutyMalwareProtectionPostScanActionFailedProps
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 guardDutyMalwareProtectionPostScanActionFailedProps = new GuardDutyMalwareProtectionPostScanActionFailedProps {
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 EventTime = new [] { "eventTime" },
                 PostScanActions = new [] { new PostScanAction {
                     ActionType = new [] { "actionType" },
                     FailureReason = new [] { "failureReason" },
                     Status = new [] { "status" }
                 } },
                 S3ObjectDetails = new S3ObjectDetails {
                     BucketName = new [] { "bucketName" },
                     ETag = new [] { "eTag" },
                     ObjectKey = new [] { "objectKey" },
                     VersionId = new [] { "versionId" }
                 },
                 SchemaVersion = new [] { "schemaVersion" }
             };

Synopsis

Constructors

GuardDutyMalwareProtectionPostScanActionFailedProps()

(experimental) Props type for aws.guardduty@GuardDutyMalwareProtectionPostScanActionFailed event.

Properties

EventMetadata

(experimental) EventBridge event metadata.

EventTime

(experimental) eventTime property.

PostScanActions

(experimental) postScanActions property.

S3ObjectDetails

(experimental) s3ObjectDetails property.

SchemaVersion

(experimental) schemaVersion property.

Constructors

GuardDutyMalwareProtectionPostScanActionFailedProps()

(experimental) Props type for aws.guardduty@GuardDutyMalwareProtectionPostScanActionFailed event.

public GuardDutyMalwareProtectionPostScanActionFailedProps()
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 guardDutyMalwareProtectionPostScanActionFailedProps = new GuardDutyMalwareProtectionPostScanActionFailedProps {
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 EventTime = new [] { "eventTime" },
                 PostScanActions = new [] { new PostScanAction {
                     ActionType = new [] { "actionType" },
                     FailureReason = new [] { "failureReason" },
                     Status = new [] { "status" }
                 } },
                 S3ObjectDetails = new S3ObjectDetails {
                     BucketName = new [] { "bucketName" },
                     ETag = new [] { "eTag" },
                     ObjectKey = new [] { "objectKey" },
                     VersionId = new [] { "versionId" }
                 },
                 SchemaVersion = new [] { "schemaVersion" }
             };

Properties

EventMetadata

(experimental) EventBridge event metadata.

public IAWSEventMetadataProps? EventMetadata { get; set; }
Property Value

IAWSEventMetadataProps

Remarks

Default: - -

Stability: Experimental

EventTime

(experimental) eventTime property.

public string[]? EventTime { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of eventTime 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

PostScanActions

(experimental) postScanActions property.

public GuardDutyMalwareProtectionPostScanActionFailed.IPostScanAction[]? PostScanActions { get; set; }
Property Value

IPostScanAction[]

Remarks

Specify an array of string values to match this event if the actual value of postScanActions 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

S3ObjectDetails

(experimental) s3ObjectDetails property.

public GuardDutyMalwareProtectionPostScanActionFailed.IS3ObjectDetails? S3ObjectDetails { get; set; }
Property Value

GuardDutyMalwareProtectionPostScanActionFailed.IS3ObjectDetails

Remarks

Specify an array of string values to match this event if the actual value of s3ObjectDetails 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

SchemaVersion

(experimental) schemaVersion property.

public string[]? SchemaVersion { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of schemaVersion 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

Implements

GuardDutyMalwareProtectionPostScanActionFailed.IGuardDutyMalwareProtectionPostScanActionFailedProps
Back to top Generated by DocFX