Class GlueDataCatalogDatabaseStateChange.GlueDataCatalogDatabaseStateChangeProps
(experimental) Props type for aws.glue@GlueDataCatalogDatabaseStateChange event.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Glue.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class GlueDataCatalogDatabaseStateChange.GlueDataCatalogDatabaseStateChangeProps : GlueDataCatalogDatabaseStateChange.IGlueDataCatalogDatabaseStateChangeProps
Syntax (vb)
Public Class GlueDataCatalogDatabaseStateChange.GlueDataCatalogDatabaseStateChangeProps Implements GlueDataCatalogDatabaseStateChange.IGlueDataCatalogDatabaseStateChangeProps
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.Glue.Events;
var glueDataCatalogDatabaseStateChangeProps = new GlueDataCatalogDatabaseStateChangeProps {
ChangedTables = new [] { "changedTables" },
DatabaseName = new [] { "databaseName" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
TypeOfChange = new [] { "typeOfChange" }
};
Synopsis
Constructors
| GlueDataCatalogDatabaseStateChangeProps() | (experimental) Props type for aws.glue@GlueDataCatalogDatabaseStateChange event. |
Properties
| ChangedTables | (experimental) changedTables property. |
| DatabaseName | (experimental) databaseName property. |
| EventMetadata | (experimental) EventBridge event metadata. |
| TypeOfChange | (experimental) typeOfChange property. |
Constructors
GlueDataCatalogDatabaseStateChangeProps()
(experimental) Props type for aws.glue@GlueDataCatalogDatabaseStateChange event.
public GlueDataCatalogDatabaseStateChangeProps()
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.Glue.Events;
var glueDataCatalogDatabaseStateChangeProps = new GlueDataCatalogDatabaseStateChangeProps {
ChangedTables = new [] { "changedTables" },
DatabaseName = new [] { "databaseName" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
TypeOfChange = new [] { "typeOfChange" }
};
Properties
ChangedTables
(experimental) changedTables property.
public string[]? ChangedTables { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of changedTables 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
DatabaseName
(experimental) databaseName property.
public string[]? DatabaseName { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of databaseName 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 Database reference
Stability: Experimental
EventMetadata
(experimental) EventBridge event metadata.
public IAWSEventMetadataProps? EventMetadata { get; set; }
Property Value
Remarks
Default: - -
Stability: Experimental
TypeOfChange
(experimental) typeOfChange property.
public string[]? TypeOfChange { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of typeOfChange 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