Interface InstanceEvents.AWSAPICallViaCloudTrail.NetworkInterface

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
InstanceEvents.AWSAPICallViaCloudTrail.NetworkInterface.Jsii$Proxy
Enclosing class:
InstanceEvents.AWSAPICallViaCloudTrail

@Stability(Experimental) public static interface InstanceEvents.AWSAPICallViaCloudTrail.NetworkInterface extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for NetworkInterface.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.ec2.events.*;
 NetworkInterface networkInterface = NetworkInterface.builder()
         .availabilityZone(List.of("availabilityZone"))
         .description(List.of("description"))
         .groupSet(GroupSet2.builder()
                 .items(List.of(GroupSet2Item.builder()
                         .groupId(List.of("groupId"))
                         .groupName(List.of("groupName"))
                         .build()))
                 .build())
         .interfaceType(List.of("interfaceType"))
         .ipv6AddressesSet(List.of("ipv6AddressesSet"))
         .macAddress(List.of("macAddress"))
         .networkInterfaceId(List.of("networkInterfaceId"))
         .ownerId(List.of("ownerId"))
         .privateIpAddress(List.of("privateIpAddress"))
         .privateIpAddressesSet(PrivateIpAddressesSet1.builder()
                 .item(List.of(PrivateIpAddressesSet1Item.builder()
                         .primary(List.of("primary"))
                         .privateIpAddress(List.of("privateIpAddress"))
                         .build()))
                 .build())
         .requesterId(List.of("requesterId"))
         .requesterManaged(List.of("requesterManaged"))
         .sourceDestCheck(List.of("sourceDestCheck"))
         .status(List.of("status"))
         .subnetId(List.of("subnetId"))
         .tagSet(List.of("tagSet"))
         .vpcId(List.of("vpcId"))
         .build();
 
  • Method Details

    • getAvailabilityZone

      @Stability(Experimental) @Nullable default List<String> getAvailabilityZone()
      (experimental) availabilityZone property.

      Specify an array of string values to match this event if the actual value of availabilityZone 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

    • getDescription

      @Stability(Experimental) @Nullable default List<String> getDescription()
      (experimental) description property.

      Specify an array of string values to match this event if the actual value of description 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

    • getGroupSet

      @Stability(Experimental) @Nullable default InstanceEvents.AWSAPICallViaCloudTrail.GroupSet2 getGroupSet()
      (experimental) groupSet property.

      Specify an array of string values to match this event if the actual value of groupSet 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

    • getInterfaceType

      @Stability(Experimental) @Nullable default List<String> getInterfaceType()
      (experimental) interfaceType property.

      Specify an array of string values to match this event if the actual value of interfaceType 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

    • getIpv6AddressesSet

      @Stability(Experimental) @Nullable default List<String> getIpv6AddressesSet()
      (experimental) ipv6AddressesSet property.

      Specify an array of string values to match this event if the actual value of ipv6AddressesSet 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

    • getMacAddress

      @Stability(Experimental) @Nullable default List<String> getMacAddress()
      (experimental) macAddress property.

      Specify an array of string values to match this event if the actual value of macAddress 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

    • getNetworkInterfaceId

      @Stability(Experimental) @Nullable default List<String> getNetworkInterfaceId()
      (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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getOwnerId

      @Stability(Experimental) @Nullable default List<String> getOwnerId()
      (experimental) ownerId property.

      Specify an array of string values to match this event if the actual value of ownerId 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

    • getPrivateIpAddress

      @Stability(Experimental) @Nullable default List<String> getPrivateIpAddress()
      (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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getPrivateIpAddressesSet

      @Stability(Experimental) @Nullable default InstanceEvents.AWSAPICallViaCloudTrail.PrivateIpAddressesSet1 getPrivateIpAddressesSet()
      (experimental) privateIpAddressesSet property.

      Specify an array of string values to match this event if the actual value of privateIpAddressesSet 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

    • getRequesterId

      @Stability(Experimental) @Nullable default List<String> getRequesterId()
      (experimental) requesterId property.

      Specify an array of string values to match this event if the actual value of requesterId 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

    • getRequesterManaged

      @Stability(Experimental) @Nullable default List<String> getRequesterManaged()
      (experimental) requesterManaged property.

      Specify an array of string values to match this event if the actual value of requesterManaged 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

    • getSourceDestCheck

      @Stability(Experimental) @Nullable default List<String> getSourceDestCheck()
      (experimental) sourceDestCheck property.

      Specify an array of string values to match this event if the actual value of sourceDestCheck 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

    • getStatus

      @Stability(Experimental) @Nullable default List<String> getStatus()
      (experimental) status property.

      Specify an array of string values to match this event if the actual value of status 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

    • getSubnetId

      @Stability(Experimental) @Nullable default List<String> getSubnetId()
      (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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getTagSet

      @Stability(Experimental) @Nullable default List<String> getTagSet()
      (experimental) tagSet property.

      Specify an array of string values to match this event if the actual value of tagSet 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

    • getVpcId

      @Stability(Experimental) @Nullable default List<String> getVpcId()
      (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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static InstanceEvents.AWSAPICallViaCloudTrail.NetworkInterface.Builder builder()
      Returns:
      a InstanceEvents.AWSAPICallViaCloudTrail.NetworkInterface.Builder of InstanceEvents.AWSAPICallViaCloudTrail.NetworkInterface