Interface FirewallTransitGatewayAttachmentStatusChanged.Data
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FirewallTransitGatewayAttachmentStatusChanged.Data.Jsii$Proxy
- Enclosing class:
FirewallTransitGatewayAttachmentStatusChanged
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.networkfirewall.events.*;
Data data = Data.builder()
.attachmentId(List.of("attachmentId"))
.currentTransitGatewayAttachmentStatus(List.of("currentTransitGatewayAttachmentStatus"))
.previousTransitGatewayAttachmentStatus(List.of("previousTransitGatewayAttachmentStatus"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forFirewallTransitGatewayAttachmentStatusChanged.Datastatic final classAn implementation forFirewallTransitGatewayAttachmentStatusChanged.Data -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) Attachment ID property.(experimental) Current Transit Gateway Attachment Status property.(experimental) Previous Transit Gateway Attachment Status property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAttachmentId
(experimental) Attachment ID property.Specify an array of string values to match this event if the actual value of Attachment ID 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
-
getCurrentTransitGatewayAttachmentStatus
(experimental) Current Transit Gateway Attachment Status property.Specify an array of string values to match this event if the actual value of Current Transit Gateway Attachment 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
-
getPreviousTransitGatewayAttachmentStatus
(experimental) Previous Transit Gateway Attachment Status property.Specify an array of string values to match this event if the actual value of Previous Transit Gateway Attachment 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
-
builder
@Stability(Experimental) static FirewallTransitGatewayAttachmentStatusChanged.Data.Builder builder()
-