Class DataUpdatedInDataSet.RedshiftDataShareDetails
(experimental) Type definition for RedshiftDataShareDetails.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.DataExchange.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class DataUpdatedInDataSet.RedshiftDataShareDetails : DataUpdatedInDataSet.IRedshiftDataShareDetails
Syntax (vb)
Public Class DataUpdatedInDataSet.RedshiftDataShareDetails Implements DataUpdatedInDataSet.IRedshiftDataShareDetails
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.DataExchange.Events;
var redshiftDataShareDetails = new RedshiftDataShareDetails {
Arn = new [] { "arn" },
Database = new [] { "database" },
Function = new [] { "function" },
Schema = new [] { "schema" },
View = new [] { "view" }
};
Synopsis
Constructors
| RedshiftDataShareDetails() | (experimental) Type definition for RedshiftDataShareDetails. |
Properties
| Arn | (experimental) Arn property. |
| Database | (experimental) Database property. |
| Function | (experimental) Function property. |
| Schema | (experimental) Schema property. |
| View | (experimental) View property. |
Constructors
RedshiftDataShareDetails()
(experimental) Type definition for RedshiftDataShareDetails.
public RedshiftDataShareDetails()
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.DataExchange.Events;
var redshiftDataShareDetails = new RedshiftDataShareDetails {
Arn = new [] { "arn" },
Database = new [] { "database" },
Function = new [] { "function" },
Schema = new [] { "schema" },
View = new [] { "view" }
};
Properties
Arn
(experimental) Arn property.
public string[]? Arn { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of Arn 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
Database
(experimental) Database property.
public string[]? Database { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of Database 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
Function
(experimental) Function property.
public string[]? Function { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of Function 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
Schema
(experimental) Schema property.
public string[]? Schema { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of Schema 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
View
(experimental) View property.
public string[]? View { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of View 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