GetWorkerConfigurationResult

data class GetWorkerConfigurationResult(val arn: String, val description: String, val id: String, val latestRevision: Int, val name: String, val propertiesFileContent: String)

A collection of values returned by getWorkerConfiguration.

Constructors

Link copied to clipboard
constructor(arn: String, description: String, id: String, latestRevision: Int, name: String, propertiesFileContent: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

the ARN of the worker configuration.

Link copied to clipboard

a summary description of the worker configuration.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

an ID of the latest successfully created revision of the worker configuration.

Link copied to clipboard
Link copied to clipboard

contents of connect-distributed.properties file.