Interface InstanceEvents.AWSAPICallViaCloudTrail.NetworkInterfaceSet1Item

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

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

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.*;
 NetworkInterfaceSet1Item networkInterfaceSet1Item = NetworkInterfaceSet1Item.builder()
         .attachment(Attachment.builder()
                 .attachmentId(List.of("attachmentId"))
                 .attachTime(List.of("attachTime"))
                 .deleteOnTermination(List.of("deleteOnTermination"))
                 .deviceIndex(List.of("deviceIndex"))
                 .status(List.of("status"))
                 .build())
         .groupSet(GroupSet3.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(PrivateIpAddressesSet2.builder()
                 .item(List.of(PrivateIpAddressesSet1Item.builder()
                         .primary(List.of("primary"))
                         .privateIpAddress(List.of("privateIpAddress"))
                         .build()))
                 .build())
         .sourceDestCheck(List.of("sourceDestCheck"))
         .status(List.of("status"))
         .subnetId(List.of("subnetId"))
         .tagSet(List.of("tagSet"))
         .vpcId(List.of("vpcId"))
         .build();
 
  • Method Details

    • getAttachment

      @Stability(Experimental) @Nullable default InstanceEvents.AWSAPICallViaCloudTrail.Attachment getAttachment()
      (experimental) attachment property.

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

    • 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

      Returns:
      a InstanceEvents.AWSAPICallViaCloudTrail.NetworkInterfaceSet1Item.Builder of InstanceEvents.AWSAPICallViaCloudTrail.NetworkInterfaceSet1Item