Class DetectorEvents.GuardDutyFinding.KubernetesApiCallAction
(experimental) Type definition for KubernetesApiCallAction.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class DetectorEvents.GuardDutyFinding.KubernetesApiCallAction : DetectorEvents.GuardDutyFinding.IKubernetesApiCallAction
Syntax (vb)
Public Class DetectorEvents.GuardDutyFinding.KubernetesApiCallAction Implements DetectorEvents.GuardDutyFinding.IKubernetesApiCallAction
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 kubernetesApiCallAction = new KubernetesApiCallAction {
Parameters = new [] { "parameters" },
RemoteIpDetails = new RemoteIpDetails2 {
City = new City2 {
CityName = new [] { "cityName" }
},
Country = new Country2 {
CountryName = new [] { "countryName" }
},
GeoLocation = new GeoLocation {
Lat = new [] { "lat" },
Lon = new [] { "lon" }
},
IpAddressV4 = new [] { "ipAddressV4" },
Organization = new Organization2 {
Asn = new [] { "asn" },
AsnOrg = new [] { "asnOrg" },
Isp = new [] { "isp" },
Org = new [] { "org" }
}
},
RequestUri = new [] { "requestUri" },
SourceIPs = new [] { "sourceIPs" },
StatusCode = new [] { "statusCode" },
UserAgent = new [] { "userAgent" },
Verb = new [] { "verb" }
};
Synopsis
Constructors
| KubernetesApiCallAction() | (experimental) Type definition for KubernetesApiCallAction. |
Properties
| Parameters | (experimental) parameters property. |
| RemoteIpDetails | (experimental) remoteIpDetails property. |
| RequestUri | (experimental) requestUri property. |
| SourceIPs | (experimental) sourceIPs property. |
| StatusCode | (experimental) statusCode property. |
| UserAgent | (experimental) userAgent property. |
| Verb | (experimental) verb property. |
Constructors
KubernetesApiCallAction()
(experimental) Type definition for KubernetesApiCallAction.
public KubernetesApiCallAction()
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 kubernetesApiCallAction = new KubernetesApiCallAction {
Parameters = new [] { "parameters" },
RemoteIpDetails = new RemoteIpDetails2 {
City = new City2 {
CityName = new [] { "cityName" }
},
Country = new Country2 {
CountryName = new [] { "countryName" }
},
GeoLocation = new GeoLocation {
Lat = new [] { "lat" },
Lon = new [] { "lon" }
},
IpAddressV4 = new [] { "ipAddressV4" },
Organization = new Organization2 {
Asn = new [] { "asn" },
AsnOrg = new [] { "asnOrg" },
Isp = new [] { "isp" },
Org = new [] { "org" }
}
},
RequestUri = new [] { "requestUri" },
SourceIPs = new [] { "sourceIPs" },
StatusCode = new [] { "statusCode" },
UserAgent = new [] { "userAgent" },
Verb = new [] { "verb" }
};
Properties
Parameters
(experimental) parameters property.
public string[]? Parameters { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of parameters 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
RemoteIpDetails
(experimental) remoteIpDetails property.
public DetectorEvents.GuardDutyFinding.IRemoteIpDetails2? RemoteIpDetails { get; set; }
Property Value
DetectorEvents.GuardDutyFinding.IRemoteIpDetails2
Remarks
Specify an array of string values to match this event if the actual value of remoteIpDetails 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
RequestUri
(experimental) requestUri property.
public string[]? RequestUri { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of requestUri 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
SourceIPs
(experimental) sourceIPs property.
public string[]? SourceIPs { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of sourceIPs 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
StatusCode
(experimental) statusCode property.
public string[]? StatusCode { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of statusCode 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
UserAgent
(experimental) userAgent property.
public string[]? UserAgent { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of userAgent 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
Verb
(experimental) verb property.
public string[]? Verb { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of verb 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