Class GuardDutyFinding.Organization
(experimental) Type definition for Organization.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class GuardDutyFinding.Organization : GuardDutyFinding.IOrganization
Syntax (vb)
Public Class GuardDutyFinding.Organization Implements GuardDutyFinding.IOrganization
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 organization = new Organization {
Asn = new [] { "asn" },
AsnOrg = new [] { "asnOrg" },
Isp = new [] { "isp" },
Org = new [] { "org" }
};
Synopsis
Constructors
| Organization() | (experimental) Type definition for Organization. |
Properties
| Asn | (experimental) asn property. |
| AsnOrg | (experimental) asnOrg property. |
| Isp | (experimental) isp property. |
| Org | (experimental) org property. |
Constructors
Organization()
(experimental) Type definition for Organization.
public Organization()
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 organization = new Organization {
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