Class DataSetUpdateDelayed.DataSet
(experimental) Type definition for DataSet.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.DataExchange.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class DataSetUpdateDelayed.DataSet : DataSetUpdateDelayed.IDataSet
Syntax (vb)
Public Class DataSetUpdateDelayed.DataSet Implements DataSetUpdateDelayed.IDataSet
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 dataSet = new DataSet {
AssetType = new [] { "assetType" },
Id = new [] { "id" },
Name = new [] { "name" }
};
Synopsis
Constructors
| DataSet() | (experimental) Type definition for DataSet. |
Properties
| AssetType | (experimental) AssetType property. |
| Id | (experimental) Id property. |
| Name | (experimental) Name property. |
Constructors
DataSet()
(experimental) Type definition for DataSet.
public DataSet()
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 dataSet = new DataSet {
AssetType = new [] { "assetType" },
Id = new [] { "id" },
Name = new [] { "name" }
};
Properties
AssetType
(experimental) AssetType property.
public string[]? AssetType { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of AssetType 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
Id
(experimental) Id property.
public string[]? Id { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of Id 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
Name
(experimental) Name property.
public string[]? Name { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of Name 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