Show / Hide Table of Contents

Class CacheCreated.CacheCreatedProps

(experimental) Props type for aws.elasticache@CacheCreated event.

Inheritance
object
CacheCreated.CacheCreatedProps
Implements
CacheCreated.ICacheCreatedProps
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.ElastiCache.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CacheCreated.CacheCreatedProps : CacheCreated.ICacheCreatedProps
Syntax (vb)
Public Class CacheCreated.CacheCreatedProps Implements CacheCreated.ICacheCreatedProps
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.ElastiCache.Events;

             var cacheCreatedProps = new CacheCreatedProps {
                 EventCategories = new [] { "eventCategories" },
                 EventId = new [] { "eventId" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 Message = new [] { "message" },
                 SourceArn = new [] { "sourceArn" },
                 SourceIdentifier = new [] { "sourceIdentifier" },
                 SourceType = new [] { "sourceType" }
             };

Synopsis

Constructors

CacheCreatedProps()

(experimental) Props type for aws.elasticache@CacheCreated event.

Properties

EventCategories

(experimental) EventCategories property.

EventId

(experimental) EventID property.

EventMetadata

(experimental) EventBridge event metadata.

Message

(experimental) Message property.

SourceArn

(experimental) SourceArn property.

SourceIdentifier

(experimental) SourceIdentifier property.

SourceType

(experimental) SourceType property.

Constructors

CacheCreatedProps()

(experimental) Props type for aws.elasticache@CacheCreated event.

public CacheCreatedProps()
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.ElastiCache.Events;

             var cacheCreatedProps = new CacheCreatedProps {
                 EventCategories = new [] { "eventCategories" },
                 EventId = new [] { "eventId" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 Message = new [] { "message" },
                 SourceArn = new [] { "sourceArn" },
                 SourceIdentifier = new [] { "sourceIdentifier" },
                 SourceType = new [] { "sourceType" }
             };

Properties

EventCategories

(experimental) EventCategories property.

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

string[]

Remarks

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

Message

(experimental) Message property.

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

string[]

Remarks

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

SourceArn

(experimental) SourceArn property.

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

string[]

Remarks

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

SourceIdentifier

(experimental) SourceIdentifier property.

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

string[]

Remarks

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

SourceType

(experimental) SourceType property.

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

string[]

Remarks

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

CacheCreated.ICacheCreatedProps
Back to top Generated by DocFX