Class CfnWorkerConfigurationMixinProps
Properties for CfnWorkerConfigurationPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.KafkaConnect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnWorkerConfigurationMixinProps : ICfnWorkerConfigurationMixinProps
Syntax (vb)
Public Class CfnWorkerConfigurationMixinProps Implements ICfnWorkerConfigurationMixinProps
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.CfnPropertyMixins.AWS.KafkaConnect;
var cfnWorkerConfigurationMixinProps = new CfnWorkerConfigurationMixinProps {
Description = "description",
Name = "name",
PropertiesFileContent = "propertiesFileContent",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnWorkerConfigurationMixinProps() | Properties for CfnWorkerConfigurationPropsMixin. |
Properties
| Description | The description of a worker configuration. |
| Name | The name of the worker configuration. |
| PropertiesFileContent | Base64 encoded contents of the connect-distributed.properties file. |
| Tags | A collection of tags associated with a resource. |
Constructors
CfnWorkerConfigurationMixinProps()
Properties for CfnWorkerConfigurationPropsMixin.
public CfnWorkerConfigurationMixinProps()
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.CfnPropertyMixins.AWS.KafkaConnect;
var cfnWorkerConfigurationMixinProps = new CfnWorkerConfigurationMixinProps {
Description = "description",
Name = "name",
PropertiesFileContent = "propertiesFileContent",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
Description
The description of a worker configuration.
public string? Description { get; set; }
Property Value
Remarks
Name
The name of the worker configuration.
public string? Name { get; set; }
Property Value
Remarks
PropertiesFileContent
Base64 encoded contents of the connect-distributed.properties file.
public string? PropertiesFileContent { get; set; }
Property Value
Remarks
Tags
A collection of tags associated with a resource.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]