We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.kafkaconnect.getWorkerConfiguration
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 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:
- Worker
Configuration stringArn - The Amazon Resource Name (ARN) of the custom configuration.
- Worker
Configuration stringArn - The Amazon Resource Name (ARN) of the custom configuration.
- worker
Configuration StringArn - The Amazon Resource Name (ARN) of the custom configuration.
- worker
Configuration stringArn - The Amazon Resource Name (ARN) of the custom configuration.
- worker_
configuration_ strarn - The Amazon Resource Name (ARN) of the custom configuration.
- worker
Configuration StringArn - 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.
- List<Pulumi.
Aws Native. Outputs. Tag> - A collection of tags associated with a resource
- Worker
Configuration stringArn - The Amazon Resource Name (ARN) of the custom configuration.
- Revision int
- The description of a revision of the worker configuration.
- Tag
- A collection of tags associated with a resource
- Worker
Configuration stringArn - The Amazon Resource Name (ARN) of the custom configuration.
- revision Integer
- The description of a revision of the worker configuration.
- List<Tag>
- A collection of tags associated with a resource
- worker
Configuration StringArn - The Amazon Resource Name (ARN) of the custom configuration.
- revision number
- The description of a revision of the worker configuration.
- Tag[]
- A collection of tags associated with a resource
- worker
Configuration stringArn - The Amazon Resource Name (ARN) of the custom configuration.
- revision int
- The description of a revision of the worker configuration.
- Sequence[root_Tag]
- A collection of tags associated with a resource
- worker_
configuration_ strarn - The Amazon Resource Name (ARN) of the custom configuration.
- revision Number
- The description of a revision of the worker configuration.
- List<Property Map>
- A collection of tags associated with a resource
- worker
Configuration StringArn - The Amazon Resource Name (ARN) of the custom configuration.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi