Interface DetectorEvents.GuardDutyFinding.IOrganization4
(experimental) Type definition for Organization_4.
Namespace: Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface DetectorEvents.GuardDutyFinding.IOrganization4
Syntax (vb)
Public Interface DetectorEvents.GuardDutyFinding.IOrganization4
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 organization4 = new Organization4 {
Asn = new [] { "asn" },
AsnOrg = new [] { "asnOrg" },
Isp = new [] { "isp" },
Org = new [] { "org" }
};
Synopsis
Properties
| Asn | (experimental) asn property. |
| AsnOrg | (experimental) asnOrg property. |
| Isp | (experimental) isp property. |
| Org | (experimental) org property. |
Properties
Asn
(experimental) asn property.
string[]? Asn { get; }
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.
string[]? AsnOrg { get; }
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.
string[]? Isp { get; }
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.
string[]? Org { get; }
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