Interface InstanceEvents.AWSAPICallViaCloudTrail.NetworkInterface
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
InstanceEvents.AWSAPICallViaCloudTrail.NetworkInterface.Jsii$Proxy
- Enclosing class:
InstanceEvents.AWSAPICallViaCloudTrail
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forInstanceEvents.AWSAPICallViaCloudTrail.NetworkInterfacestatic final classAn implementation forInstanceEvents.AWSAPICallViaCloudTrail.NetworkInterface -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) availabilityZone property.(experimental) description property.(experimental) groupSet property.(experimental) interfaceType property.(experimental) ipv6AddressesSet property.(experimental) macAddress property.(experimental) networkInterfaceId property.(experimental) ownerId property.(experimental) privateIpAddress property.(experimental) privateIpAddressesSet property.(experimental) requesterId property.(experimental) requesterManaged property.(experimental) sourceDestCheck property.(experimental) status property.(experimental) subnetId property.(experimental) tagSet property.getVpcId()(experimental) vpcId property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static InstanceEvents.AWSAPICallViaCloudTrail.NetworkInterface.Builder builder()
-