Class GuardDutyFinding.Organization2
(experimental) Type definition for Organization_2.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class GuardDutyFinding.Organization2 : GuardDutyFinding.IOrganization2
Syntax (vb)
Public Class GuardDutyFinding.Organization2 Implements GuardDutyFinding.IOrganization2
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 organization2 = new Organization2 {
Asn = new [] { "asn" },
AsnOrg = new [] { "asnOrg" },
Isp = new [] { "isp" },
Org = new [] { "org" }
};
Synopsis
Constructors
| Organization2() | (experimental) Type definition for Organization_2. |
Properties
| Asn | (experimental) asn property. |
| AsnOrg | (experimental) asnOrg property. |
| Isp | (experimental) isp property. |
| Org | (experimental) org property. |
Constructors
Organization2()
(experimental) Type definition for Organization_2.
public Organization2()
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 organization2 = new Organization2 {
Asn = new [] { "asn" },
AsnOrg = new [] { "asnOrg" },
Isp = new [] { "isp" },
Org = new [] { "org" }
};
Properties
Asn
(experimental) asn property.
public string[]? Asn { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of asn 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
AsnOrg
(experimental) asnOrg property.
public string[]? AsnOrg { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of asnOrg 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
Isp
(experimental) isp property.
public string[]? Isp { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of isp 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
Org
(experimental) org property.
public string[]? Org { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of org 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