Class CoreNetworkEvents.NetworkManagerSegmentUpdate.NetworkManagerSegmentUpdateProps
(experimental) Props type for CoreNetwork aws.networkmanager@NetworkManagerSegmentUpdate event.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.NetworkManager.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CoreNetworkEvents.NetworkManagerSegmentUpdate.NetworkManagerSegmentUpdateProps : CoreNetworkEvents.NetworkManagerSegmentUpdate.INetworkManagerSegmentUpdateProps
Syntax (vb)
Public Class CoreNetworkEvents.NetworkManagerSegmentUpdate.NetworkManagerSegmentUpdateProps Implements CoreNetworkEvents.NetworkManagerSegmentUpdate.INetworkManagerSegmentUpdateProps
Remarks
Stability: Experimental
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.NetworkManager.Events;
var networkManagerSegmentUpdateProps = new NetworkManagerSegmentUpdateProps {
AttachmentArn = new [] { "attachmentArn" },
ChangeDescription = new [] { "changeDescription" },
ChangeType = new [] { "changeType" },
CoreNetworkArn = new [] { "coreNetworkArn" },
EdgeLocation = new [] { "edgeLocation" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
NetworkFunctionGroupName = new [] { "networkFunctionGroupName" },
NewNetworkFunctionGroupName = new [] { "newNetworkFunctionGroupName" },
NewSegmentName = new [] { "newSegmentName" },
PreviousNetworkFunctionGroupName = new [] { "previousNetworkFunctionGroupName" },
PreviousSegmentName = new [] { "previousSegmentName" },
SegmentName = new [] { "segmentName" }
};
Synopsis
Constructors
| NetworkManagerSegmentUpdateProps() | (experimental) Props type for CoreNetwork aws.networkmanager@NetworkManagerSegmentUpdate event. |
Properties
| AttachmentArn | (experimental) attachmentArn property. |
| ChangeDescription | (experimental) changeDescription property. |
| ChangeType | (experimental) changeType property. |
| CoreNetworkArn | (experimental) coreNetworkArn property. |
| EdgeLocation | (experimental) edgeLocation property. |
| EventMetadata | (experimental) EventBridge event metadata. |
| NetworkFunctionGroupName | (experimental) networkFunctionGroupName property. |
| NewNetworkFunctionGroupName | (experimental) newNetworkFunctionGroupName property. |
| NewSegmentName | (experimental) newSegmentName property. |
| PreviousNetworkFunctionGroupName | (experimental) previousNetworkFunctionGroupName property. |
| PreviousSegmentName | (experimental) previousSegmentName property. |
| SegmentName | (experimental) segmentName property. |
Constructors
NetworkManagerSegmentUpdateProps()
(experimental) Props type for CoreNetwork aws.networkmanager@NetworkManagerSegmentUpdate event.
public NetworkManagerSegmentUpdateProps()
Remarks
Stability: Experimental
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.NetworkManager.Events;
var networkManagerSegmentUpdateProps = new NetworkManagerSegmentUpdateProps {
AttachmentArn = new [] { "attachmentArn" },
ChangeDescription = new [] { "changeDescription" },
ChangeType = new [] { "changeType" },
CoreNetworkArn = new [] { "coreNetworkArn" },
EdgeLocation = new [] { "edgeLocation" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
NetworkFunctionGroupName = new [] { "networkFunctionGroupName" },
NewNetworkFunctionGroupName = new [] { "newNetworkFunctionGroupName" },
NewSegmentName = new [] { "newSegmentName" },
PreviousNetworkFunctionGroupName = new [] { "previousNetworkFunctionGroupName" },
PreviousSegmentName = new [] { "previousSegmentName" },
SegmentName = new [] { "segmentName" }
};
Properties
AttachmentArn
(experimental) attachmentArn property.
public string[]? AttachmentArn { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
ChangeDescription
(experimental) changeDescription property.
public string[]? ChangeDescription { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
ChangeType
(experimental) changeType property.
public string[]? ChangeType { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
CoreNetworkArn
(experimental) coreNetworkArn property.
public string[]? CoreNetworkArn { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Filter with the CoreNetwork reference
Stability: Experimental
EdgeLocation
(experimental) edgeLocation property.
public string[]? EdgeLocation { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
EventMetadata
(experimental) EventBridge event metadata.
public IAWSEventMetadataProps? EventMetadata { get; set; }
Property Value
Remarks
Default: - -
Stability: Experimental
NetworkFunctionGroupName
(experimental) networkFunctionGroupName property.
public string[]? NetworkFunctionGroupName { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
NewNetworkFunctionGroupName
(experimental) newNetworkFunctionGroupName property.
public string[]? NewNetworkFunctionGroupName { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
NewSegmentName
(experimental) newSegmentName property.
public string[]? NewSegmentName { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
PreviousNetworkFunctionGroupName
(experimental) previousNetworkFunctionGroupName property.
public string[]? PreviousNetworkFunctionGroupName { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
PreviousSegmentName
(experimental) previousSegmentName property.
public string[]? PreviousSegmentName { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
SegmentName
(experimental) segmentName property.
public string[]? SegmentName { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental