Show / Hide Table of Contents

Class RDSDBParameterGroupEvent.RDSDBParameterGroupEventProps

(experimental) Props type for aws.rds@RDSDBParameterGroupEvent event.

Inheritance
object
RDSDBParameterGroupEvent.RDSDBParameterGroupEventProps
Implements
RDSDBParameterGroupEvent.IRDSDBParameterGroupEventProps
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.RDS.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class RDSDBParameterGroupEvent.RDSDBParameterGroupEventProps : RDSDBParameterGroupEvent.IRDSDBParameterGroupEventProps
Syntax (vb)
Public Class RDSDBParameterGroupEvent.RDSDBParameterGroupEventProps Implements RDSDBParameterGroupEvent.IRDSDBParameterGroupEventProps
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.RDS.Events;

             var rDSDBParameterGroupEventProps = new RDSDBParameterGroupEventProps {
                 Date = new [] { "date" },
                 EventCategories = new [] { "eventCategories" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 Message = new [] { "message" },
                 SourceArn = new [] { "sourceArn" },
                 SourceIdentifier = new [] { "sourceIdentifier" },
                 SourceType = new [] { "sourceType" },
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             };

Synopsis

Constructors

RDSDBParameterGroupEventProps()

(experimental) Props type for aws.rds@RDSDBParameterGroupEvent event.

Properties

Date

(experimental) Date property.

EventCategories

(experimental) EventCategories property.

EventMetadata

(experimental) EventBridge event metadata.

Message

(experimental) Message property.

SourceArn

(experimental) SourceArn property.

SourceIdentifier

(experimental) SourceIdentifier property.

SourceType

(experimental) SourceType property.

Tags

(experimental) Tags property.

Constructors

RDSDBParameterGroupEventProps()

(experimental) Props type for aws.rds@RDSDBParameterGroupEvent event.

public RDSDBParameterGroupEventProps()
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.RDS.Events;

             var rDSDBParameterGroupEventProps = new RDSDBParameterGroupEventProps {
                 Date = new [] { "date" },
                 EventCategories = new [] { "eventCategories" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 Message = new [] { "message" },
                 SourceArn = new [] { "sourceArn" },
                 SourceIdentifier = new [] { "sourceIdentifier" },
                 SourceType = new [] { "sourceType" },
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             };

Properties

Date

(experimental) Date property.

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

string[]

Remarks

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

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

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

Tags

(experimental) Tags property.

public IDictionary<string, string>? Tags { get; set; }
Property Value

IDictionary<string, string>

Remarks

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

RDSDBParameterGroupEvent.IRDSDBParameterGroupEventProps
Back to top Generated by DocFX