Class GuardDutyFinding.KubernetesApiCallAction.Jsii$Proxy
- All Implemented Interfaces:
GuardDutyFinding.KubernetesApiCallAction,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
GuardDutyFinding.KubernetesApiCallAction
GuardDutyFinding.KubernetesApiCallAction-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.guardduty.events.GuardDutyFinding.KubernetesApiCallAction
GuardDutyFinding.KubernetesApiCallAction.Builder, GuardDutyFinding.KubernetesApiCallAction.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theGuardDutyFinding.KubernetesApiCallAction.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal boolean(experimental) parameters property.(experimental) remoteIpDetails property.(experimental) requestUri property.(experimental) sourceIPs property.(experimental) statusCode property.(experimental) userAgent property.getVerb()(experimental) verb property.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theGuardDutyFinding.KubernetesApiCallAction.Builder.
-
-
Method Details
-
getParameters
Description copied from interface:GuardDutyFinding.KubernetesApiCallAction(experimental) parameters property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getParametersin interfaceGuardDutyFinding.KubernetesApiCallAction
-
getRemoteIpDetails
Description copied from interface:GuardDutyFinding.KubernetesApiCallAction(experimental) remoteIpDetails property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getRemoteIpDetailsin interfaceGuardDutyFinding.KubernetesApiCallAction
-
getRequestUri
Description copied from interface:GuardDutyFinding.KubernetesApiCallAction(experimental) requestUri property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getRequestUriin interfaceGuardDutyFinding.KubernetesApiCallAction
-
getSourceIPs
Description copied from interface:GuardDutyFinding.KubernetesApiCallAction(experimental) sourceIPs property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getSourceIPsin interfaceGuardDutyFinding.KubernetesApiCallAction
-
getStatusCode
Description copied from interface:GuardDutyFinding.KubernetesApiCallAction(experimental) statusCode property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getStatusCodein interfaceGuardDutyFinding.KubernetesApiCallAction
-
getUserAgent
Description copied from interface:GuardDutyFinding.KubernetesApiCallAction(experimental) userAgent property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getUserAgentin interfaceGuardDutyFinding.KubernetesApiCallAction
-
getVerb
Description copied from interface:GuardDutyFinding.KubernetesApiCallAction(experimental) verb property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getVerbin interfaceGuardDutyFinding.KubernetesApiCallAction
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-