Show / Hide Table of Contents

Class AWSServiceEventViaCloudTrail.AWSServiceEventViaCloudTrailProps

(experimental) Props type for aws.appmesh@AWSServiceEventViaCloudTrail event.

Inheritance
object
AWSServiceEventViaCloudTrail.AWSServiceEventViaCloudTrailProps
Implements
AWSServiceEventViaCloudTrail.IAWSServiceEventViaCloudTrailProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppMesh.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class AWSServiceEventViaCloudTrail.AWSServiceEventViaCloudTrailProps : AWSServiceEventViaCloudTrail.IAWSServiceEventViaCloudTrailProps
Syntax (vb)
Public Class AWSServiceEventViaCloudTrail.AWSServiceEventViaCloudTrailProps Implements AWSServiceEventViaCloudTrail.IAWSServiceEventViaCloudTrailProps
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.AppMesh.Events;

             var aWSServiceEventViaCloudTrailProps = new AWSServiceEventViaCloudTrailProps {
                 AwsRegion = new [] { "awsRegion" },
                 EventId = new [] { "eventId" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 EventName = new [] { "eventName" },
                 EventSource = new [] { "eventSource" },
                 EventTime = new [] { "eventTime" },
                 EventType = new [] { "eventType" },
                 EventVersion = new [] { "eventVersion" },
                 ReadOnly = new [] { "readOnly" },
                 ServiceEventDetails = new ServiceEventDetails {
                     ConnectionId = new [] { "connectionId" },
                     EventStatus = new [] { "eventStatus" },
                     FailureReason = new [] { "failureReason" },
                     NodeArn = new [] { "nodeArn" }
                 },
                 SourceIpAddress = new [] { "sourceIpAddress" },
                 UserAgent = new [] { "userAgent" },
                 UserIdentity = new UserIdentity {
                     AccountId = new [] { "accountId" },
                     InvokedBy = new [] { "invokedBy" }
                 }
             };

Synopsis

Constructors

AWSServiceEventViaCloudTrailProps()

(experimental) Props type for aws.appmesh@AWSServiceEventViaCloudTrail event.

Properties

AwsRegion

(experimental) awsRegion property.

EventId

(experimental) eventID property.

EventMetadata

(experimental) EventBridge event metadata.

EventName

(experimental) eventName property.

EventSource

(experimental) eventSource property.

EventTime

(experimental) eventTime property.

EventType

(experimental) eventType property.

EventVersion

(experimental) eventVersion property.

ReadOnly

(experimental) readOnly property.

ServiceEventDetails

(experimental) serviceEventDetails property.

SourceIpAddress

(experimental) sourceIPAddress property.

UserAgent

(experimental) userAgent property.

UserIdentity

(experimental) userIdentity property.

Constructors

AWSServiceEventViaCloudTrailProps()

(experimental) Props type for aws.appmesh@AWSServiceEventViaCloudTrail event.

public AWSServiceEventViaCloudTrailProps()
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.AppMesh.Events;

             var aWSServiceEventViaCloudTrailProps = new AWSServiceEventViaCloudTrailProps {
                 AwsRegion = new [] { "awsRegion" },
                 EventId = new [] { "eventId" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 EventName = new [] { "eventName" },
                 EventSource = new [] { "eventSource" },
                 EventTime = new [] { "eventTime" },
                 EventType = new [] { "eventType" },
                 EventVersion = new [] { "eventVersion" },
                 ReadOnly = new [] { "readOnly" },
                 ServiceEventDetails = new ServiceEventDetails {
                     ConnectionId = new [] { "connectionId" },
                     EventStatus = new [] { "eventStatus" },
                     FailureReason = new [] { "failureReason" },
                     NodeArn = new [] { "nodeArn" }
                 },
                 SourceIpAddress = new [] { "sourceIpAddress" },
                 UserAgent = new [] { "userAgent" },
                 UserIdentity = new UserIdentity {
                     AccountId = new [] { "accountId" },
                     InvokedBy = new [] { "invokedBy" }
                 }
             };

Properties

AwsRegion

(experimental) awsRegion property.

public string[]? AwsRegion { get; set; }
Property Value

string[]

Remarks

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

EventId

(experimental) eventID property.

public string[]? EventId { get; set; }
Property Value

string[]

Remarks

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

IAWSEventMetadataProps

Remarks

Default: - -

Stability: Experimental

EventName

(experimental) eventName property.

public string[]? EventName { get; set; }
Property Value

string[]

Remarks

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

EventSource

(experimental) eventSource property.

public string[]? EventSource { get; set; }
Property Value

string[]

Remarks

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

EventTime

(experimental) eventTime property.

public string[]? EventTime { get; set; }
Property Value

string[]

Remarks

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

EventType

(experimental) eventType property.

public string[]? EventType { get; set; }
Property Value

string[]

Remarks

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

EventVersion

(experimental) eventVersion property.

public string[]? EventVersion { get; set; }
Property Value

string[]

Remarks

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

ReadOnly

(experimental) readOnly property.

public string[]? ReadOnly { get; set; }
Property Value

string[]

Remarks

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

ServiceEventDetails

(experimental) serviceEventDetails property.

public AWSServiceEventViaCloudTrail.IServiceEventDetails? ServiceEventDetails { get; set; }
Property Value

AWSServiceEventViaCloudTrail.IServiceEventDetails

Remarks

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

SourceIpAddress

(experimental) sourceIPAddress property.

public string[]? SourceIpAddress { get; set; }
Property Value

string[]

Remarks

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

UserAgent

(experimental) userAgent property.

public string[]? UserAgent { get; set; }
Property Value

string[]

Remarks

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

UserIdentity

(experimental) userIdentity property.

public AWSServiceEventViaCloudTrail.IUserIdentity? UserIdentity { get; set; }
Property Value

AWSServiceEventViaCloudTrail.IUserIdentity

Remarks

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

Implements

AWSServiceEventViaCloudTrail.IAWSServiceEventViaCloudTrailProps
Back to top Generated by DocFX