Interface CoreNetworkEvents.NetworkManagerSegmentUpdate.NetworkManagerSegmentUpdateProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CoreNetworkEvents.NetworkManagerSegmentUpdate.NetworkManagerSegmentUpdateProps.Jsii$Proxy
- Enclosing class:
CoreNetworkEvents.NetworkManagerSegmentUpdate
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.networkmanager.events.*;
NetworkManagerSegmentUpdateProps networkManagerSegmentUpdateProps = NetworkManagerSegmentUpdateProps.builder()
.attachmentArn(List.of("attachmentArn"))
.changeDescription(List.of("changeDescription"))
.changeType(List.of("changeType"))
.coreNetworkArn(List.of("coreNetworkArn"))
.edgeLocation(List.of("edgeLocation"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.networkFunctionGroupName(List.of("networkFunctionGroupName"))
.newNetworkFunctionGroupName(List.of("newNetworkFunctionGroupName"))
.newSegmentName(List.of("newSegmentName"))
.previousNetworkFunctionGroupName(List.of("previousNetworkFunctionGroupName"))
.previousSegmentName(List.of("previousSegmentName"))
.segmentName(List.of("segmentName"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCoreNetworkEvents.NetworkManagerSegmentUpdate.NetworkManagerSegmentUpdateProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) attachmentArn property.(experimental) changeDescription property.(experimental) changeType property.(experimental) coreNetworkArn property.(experimental) edgeLocation property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) networkFunctionGroupName property.(experimental) newNetworkFunctionGroupName property.(experimental) newSegmentName property.(experimental) previousNetworkFunctionGroupName property.(experimental) previousSegmentName property.(experimental) segmentName property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAttachmentArn
(experimental) attachmentArn property.Specify an array of string values to match this event if the actual value of attachmentArn 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
-
getChangeDescription
(experimental) changeDescription property.Specify an array of string values to match this event if the actual value of changeDescription 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
-
getChangeType
(experimental) changeType property.Specify an array of string values to match this event if the actual value of changeType 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
-
getCoreNetworkArn
(experimental) coreNetworkArn property.Specify an array of string values to match this event if the actual value of coreNetworkArn is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Filter with the CoreNetwork reference
-
getEdgeLocation
(experimental) edgeLocation property.Specify an array of string values to match this event if the actual value of edgeLocation 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
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getNetworkFunctionGroupName
(experimental) networkFunctionGroupName property.Specify an array of string values to match this event if the actual value of networkFunctionGroupName 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
-
getNewNetworkFunctionGroupName
(experimental) newNetworkFunctionGroupName property.Specify an array of string values to match this event if the actual value of newNetworkFunctionGroupName 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
-
getNewSegmentName
(experimental) newSegmentName property.Specify an array of string values to match this event if the actual value of newSegmentName 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
-
getPreviousNetworkFunctionGroupName
(experimental) previousNetworkFunctionGroupName property.Specify an array of string values to match this event if the actual value of previousNetworkFunctionGroupName 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
-
getPreviousSegmentName
(experimental) previousSegmentName property.Specify an array of string values to match this event if the actual value of previousSegmentName 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
-
getSegmentName
(experimental) segmentName property.Specify an array of string values to match this event if the actual value of segmentName 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 CoreNetworkEvents.NetworkManagerSegmentUpdate.NetworkManagerSegmentUpdateProps.Builder builder()
-