Show / Hide Table of Contents

Class GuardDutyFinding.AffectedResources1

(experimental) Type definition for AffectedResources_1.

Inheritance
object
GuardDutyFinding.AffectedResources1
Implements
GuardDutyFinding.IAffectedResources1
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 GuardDutyFinding.AffectedResources1 : GuardDutyFinding.IAffectedResources1
Syntax (vb)
Public Class GuardDutyFinding.AffectedResources1 Implements GuardDutyFinding.IAffectedResources1
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 affectedResources1 = new AffectedResources1 {
                 AwsCloudTrailTrail = new [] { "awsCloudTrailTrail" },
                 AwsEc2Instance = new [] { "awsEc2Instance" },
                 AwsS3Bucket = new [] { "awsS3Bucket" }
             };

Synopsis

Constructors

AffectedResources1()

(experimental) Type definition for AffectedResources_1.

Properties

AwsCloudTrailTrail

(experimental) AWS-CloudTrail-Trail property.

AwsEc2Instance

(experimental) AWS-EC2-Instance property.

AwsS3Bucket

(experimental) AWS-S3-Bucket property.

Constructors

AffectedResources1()

(experimental) Type definition for AffectedResources_1.

public AffectedResources1()
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 affectedResources1 = new AffectedResources1 {
                 AwsCloudTrailTrail = new [] { "awsCloudTrailTrail" },
                 AwsEc2Instance = new [] { "awsEc2Instance" },
                 AwsS3Bucket = new [] { "awsS3Bucket" }
             };

Properties

AwsCloudTrailTrail

(experimental) AWS-CloudTrail-Trail property.

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

string[]

Remarks

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

AwsEc2Instance

(experimental) AWS-EC2-Instance property.

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

string[]

Remarks

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

AwsS3Bucket

(experimental) AWS-S3-Bucket property.

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

string[]

Remarks

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

GuardDutyFinding.IAffectedResources1
Back to top Generated by DocFX