Show / Hide Table of Contents

Interface DeprecationPlannedForDataSet.IProduct

(experimental) Type definition for Product.

Namespace: Amazon.CDK.Mixins.Preview.AWS.DataExchange.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface DeprecationPlannedForDataSet.IProduct
Syntax (vb)
Public Interface DeprecationPlannedForDataSet.IProduct
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 product = new Product {
                 Id = new [] { "id" },
                 Name = new [] { "name" },
                 ProviderContact = new [] { "providerContact" }
             };

Synopsis

Properties

Id

(experimental) Id property.

Name

(experimental) Name property.

ProviderContact

(experimental) ProviderContact property.

Properties

Id

(experimental) Id property.

string[]? Id { get; }
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.

string[]? Name { get; }
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

ProviderContact

(experimental) ProviderContact property.

string[]? ProviderContact { get; }
Property Value

string[]

Remarks

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

Back to top Generated by DocFX