Class GuardDutyFinding.InstanceDetailsItem.Jsii$Proxy
- All Implemented Interfaces:
GuardDutyFinding.InstanceDetailsItem,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
GuardDutyFinding.InstanceDetailsItem
GuardDutyFinding.InstanceDetailsItem-
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.InstanceDetailsItem
GuardDutyFinding.InstanceDetailsItem.Builder, GuardDutyFinding.InstanceDetailsItem.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theGuardDutyFinding.InstanceDetailsItem.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) ipv6Addresses property.(experimental) networkInterfaceId property.(experimental) privateDnsName property.(experimental) privateIpAddress property.(experimental) privateIpAddresses property.(experimental) publicDnsName property.(experimental) publicIp property.(experimental) securityGroups property.(experimental) subnetId property.getVpcId()(experimental) vpcId 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.InstanceDetailsItem.Builder.
-
-
Method Details
-
getIpv6Addresses
Description copied from interface:GuardDutyFinding.InstanceDetailsItem(experimental) ipv6Addresses property.Specify an array of string values to match this event if the actual value of ipv6Addresses 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:
getIpv6Addressesin interfaceGuardDutyFinding.InstanceDetailsItem
-
getNetworkInterfaceId
Description copied from interface:GuardDutyFinding.InstanceDetailsItem(experimental) networkInterfaceId property.Specify an array of string values to match this event if the actual value of networkInterfaceId 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:
getNetworkInterfaceIdin interfaceGuardDutyFinding.InstanceDetailsItem
-
getPrivateDnsName
Description copied from interface:GuardDutyFinding.InstanceDetailsItem(experimental) privateDnsName property.Specify an array of string values to match this event if the actual value of privateDnsName 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:
getPrivateDnsNamein interfaceGuardDutyFinding.InstanceDetailsItem
-
getPrivateIpAddress
Description copied from interface:GuardDutyFinding.InstanceDetailsItem(experimental) privateIpAddress property.Specify an array of string values to match this event if the actual value of privateIpAddress 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:
getPrivateIpAddressin interfaceGuardDutyFinding.InstanceDetailsItem
-
getPrivateIpAddresses
Description copied from interface:GuardDutyFinding.InstanceDetailsItem(experimental) privateIpAddresses property.Specify an array of string values to match this event if the actual value of privateIpAddresses 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:
getPrivateIpAddressesin interfaceGuardDutyFinding.InstanceDetailsItem
-
getPublicDnsName
Description copied from interface:GuardDutyFinding.InstanceDetailsItem(experimental) publicDnsName property.Specify an array of string values to match this event if the actual value of publicDnsName 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:
getPublicDnsNamein interfaceGuardDutyFinding.InstanceDetailsItem
-
getPublicIp
Description copied from interface:GuardDutyFinding.InstanceDetailsItem(experimental) publicIp property.Specify an array of string values to match this event if the actual value of publicIp 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:
getPublicIpin interfaceGuardDutyFinding.InstanceDetailsItem
-
getSecurityGroups
Description copied from interface:GuardDutyFinding.InstanceDetailsItem(experimental) securityGroups property.Specify an array of string values to match this event if the actual value of securityGroups 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:
getSecurityGroupsin interfaceGuardDutyFinding.InstanceDetailsItem
-
getSubnetId
Description copied from interface:GuardDutyFinding.InstanceDetailsItem(experimental) subnetId property.Specify an array of string values to match this event if the actual value of subnetId 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:
getSubnetIdin interfaceGuardDutyFinding.InstanceDetailsItem
-
getVpcId
Description copied from interface:GuardDutyFinding.InstanceDetailsItem(experimental) vpcId property.Specify an array of string values to match this event if the actual value of vpcId 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:
getVpcIdin interfaceGuardDutyFinding.InstanceDetailsItem
-
$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()
-