Class GuardDutyFinding.RemoteIpDetails.Jsii$Proxy
- All Implemented Interfaces:
GuardDutyFinding.RemoteIpDetails,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
GuardDutyFinding.RemoteIpDetails
GuardDutyFinding.RemoteIpDetails-
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.RemoteIpDetails
GuardDutyFinding.RemoteIpDetails.Builder, GuardDutyFinding.RemoteIpDetails.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theGuardDutyFinding.RemoteIpDetails.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 booleanfinal GuardDutyFinding.CitygetCity()(experimental) city property.final GuardDutyFinding.Country(experimental) country property.(experimental) geoLocation property.(experimental) ipAddressV4 property.(experimental) organization 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.RemoteIpDetails.Builder.
-
-
Method Details
-
getCity
Description copied from interface:GuardDutyFinding.RemoteIpDetails(experimental) city property.Specify an array of string values to match this event if the actual value of city 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:
getCityin interfaceGuardDutyFinding.RemoteIpDetails
-
getCountry
Description copied from interface:GuardDutyFinding.RemoteIpDetails(experimental) country property.Specify an array of string values to match this event if the actual value of country 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:
getCountryin interfaceGuardDutyFinding.RemoteIpDetails
-
getGeoLocation
Description copied from interface:GuardDutyFinding.RemoteIpDetails(experimental) geoLocation property.Specify an array of string values to match this event if the actual value of geoLocation 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:
getGeoLocationin interfaceGuardDutyFinding.RemoteIpDetails
-
getIpAddressV4
Description copied from interface:GuardDutyFinding.RemoteIpDetails(experimental) ipAddressV4 property.Specify an array of string values to match this event if the actual value of ipAddressV4 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:
getIpAddressV4in interfaceGuardDutyFinding.RemoteIpDetails
-
getOrganization
Description copied from interface:GuardDutyFinding.RemoteIpDetails(experimental) organization property.Specify an array of string values to match this event if the actual value of organization 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:
getOrganizationin interfaceGuardDutyFinding.RemoteIpDetails
-
$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()
-