Show / Hide Table of Contents

Interface IWorkerConfigurationReference

A reference to a WorkerConfiguration resource.

Namespace: Amazon.CDK.AWS.KafkaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IWorkerConfigurationReference
Syntax (vb)
Public Interface IWorkerConfigurationReference
Remarks

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.AWS.KafkaConnect;

            var workerConfigurationReference = new WorkerConfigurationReference {
                WorkerConfigurationArn = "workerConfigurationArn"
            };

Synopsis

Properties

WorkerConfigurationArn

The WorkerConfigurationArn of the WorkerConfiguration resource.

Properties

WorkerConfigurationArn

The WorkerConfigurationArn of the WorkerConfiguration resource.

string WorkerConfigurationArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX