1. Packages
  2. AWS Native
  3. API Docs
  4. kafkaconnect
  5. getWorkerConfiguration

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.kafkaconnect.getWorkerConfiguration

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    The configuration of the workers, which are the processes that run the connector logic.

    Using getWorkerConfiguration

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getWorkerConfiguration(args: GetWorkerConfigurationArgs, opts?: InvokeOptions): Promise<GetWorkerConfigurationResult>
    function getWorkerConfigurationOutput(args: GetWorkerConfigurationOutputArgs, opts?: InvokeOptions): Output<GetWorkerConfigurationResult>
    def get_worker_configuration(worker_configuration_arn: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetWorkerConfigurationResult
    def get_worker_configuration_output(worker_configuration_arn: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetWorkerConfigurationResult]
    func LookupWorkerConfiguration(ctx *Context, args *LookupWorkerConfigurationArgs, opts ...InvokeOption) (*LookupWorkerConfigurationResult, error)
    func LookupWorkerConfigurationOutput(ctx *Context, args *LookupWorkerConfigurationOutputArgs, opts ...InvokeOption) LookupWorkerConfigurationResultOutput

    > Note: This function is named LookupWorkerConfiguration in the Go SDK.

    public static class GetWorkerConfiguration 
    {
        public static Task<GetWorkerConfigurationResult> InvokeAsync(GetWorkerConfigurationArgs args, InvokeOptions? opts = null)
        public static Output<GetWorkerConfigurationResult> Invoke(GetWorkerConfigurationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkerConfigurationResult> getWorkerConfiguration(GetWorkerConfigurationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:kafkaconnect:getWorkerConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    WorkerConfigurationArn string
    The Amazon Resource Name (ARN) of the custom configuration.
    WorkerConfigurationArn string
    The Amazon Resource Name (ARN) of the custom configuration.
    workerConfigurationArn String
    The Amazon Resource Name (ARN) of the custom configuration.
    workerConfigurationArn string
    The Amazon Resource Name (ARN) of the custom configuration.
    worker_configuration_arn str
    The Amazon Resource Name (ARN) of the custom configuration.
    workerConfigurationArn String
    The Amazon Resource Name (ARN) of the custom configuration.

    getWorkerConfiguration Result

    The following output properties are available:

    Revision int
    The description of a revision of the worker configuration.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A collection of tags associated with a resource
    WorkerConfigurationArn string
    The Amazon Resource Name (ARN) of the custom configuration.
    Revision int
    The description of a revision of the worker configuration.
    Tags Tag
    A collection of tags associated with a resource
    WorkerConfigurationArn string
    The Amazon Resource Name (ARN) of the custom configuration.
    revision Integer
    The description of a revision of the worker configuration.
    tags List<Tag>
    A collection of tags associated with a resource
    workerConfigurationArn String
    The Amazon Resource Name (ARN) of the custom configuration.
    revision number
    The description of a revision of the worker configuration.
    tags Tag[]
    A collection of tags associated with a resource
    workerConfigurationArn string
    The Amazon Resource Name (ARN) of the custom configuration.
    revision int
    The description of a revision of the worker configuration.
    tags Sequence[root_Tag]
    A collection of tags associated with a resource
    worker_configuration_arn str
    The Amazon Resource Name (ARN) of the custom configuration.
    revision Number
    The description of a revision of the worker configuration.
    tags List<Property Map>
    A collection of tags associated with a resource
    workerConfigurationArn String
    The Amazon Resource Name (ARN) of the custom configuration.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi