AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.kafkaconnect.getCustomPlugin
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
An example resource schema demonstrating some basic constructs and validation rules.
Using getCustomPlugin
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 getCustomPlugin(args: GetCustomPluginArgs, opts?: InvokeOptions): Promise<GetCustomPluginResult>
function getCustomPluginOutput(args: GetCustomPluginOutputArgs, opts?: InvokeOptions): Output<GetCustomPluginResult>
def get_custom_plugin(custom_plugin_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCustomPluginResult
def get_custom_plugin_output(custom_plugin_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCustomPluginResult]
func LookupCustomPlugin(ctx *Context, args *LookupCustomPluginArgs, opts ...InvokeOption) (*LookupCustomPluginResult, error)
func LookupCustomPluginOutput(ctx *Context, args *LookupCustomPluginOutputArgs, opts ...InvokeOption) LookupCustomPluginResultOutput
> Note: This function is named LookupCustomPlugin
in the Go SDK.
public static class GetCustomPlugin
{
public static Task<GetCustomPluginResult> InvokeAsync(GetCustomPluginArgs args, InvokeOptions? opts = null)
public static Output<GetCustomPluginResult> Invoke(GetCustomPluginInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCustomPluginResult> getCustomPlugin(GetCustomPluginArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:kafkaconnect:getCustomPlugin
arguments:
# arguments dictionary
The following arguments are supported:
- Custom
Plugin stringArn - The Amazon Resource Name (ARN) of the custom plugin to use.
- Custom
Plugin stringArn - The Amazon Resource Name (ARN) of the custom plugin to use.
- custom
Plugin StringArn - The Amazon Resource Name (ARN) of the custom plugin to use.
- custom
Plugin stringArn - The Amazon Resource Name (ARN) of the custom plugin to use.
- custom_
plugin_ strarn - The Amazon Resource Name (ARN) of the custom plugin to use.
- custom
Plugin StringArn - The Amazon Resource Name (ARN) of the custom plugin to use.
getCustomPlugin Result
The following output properties are available:
- Custom
Plugin stringArn - The Amazon Resource Name (ARN) of the custom plugin to use.
- File
Description Pulumi.Aws Native. Kafka Connect. Outputs. Custom Plugin File Description - Revision int
- The revision of the custom plugin.
- List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Custom
Plugin stringArn - The Amazon Resource Name (ARN) of the custom plugin to use.
- File
Description CustomPlugin File Description - Revision int
- The revision of the custom plugin.
- Tag
- An array of key-value pairs to apply to this resource.
- custom
Plugin StringArn - The Amazon Resource Name (ARN) of the custom plugin to use.
- file
Description CustomPlugin File Description - revision Integer
- The revision of the custom plugin.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- custom
Plugin stringArn - The Amazon Resource Name (ARN) of the custom plugin to use.
- file
Description CustomPlugin File Description - revision number
- The revision of the custom plugin.
- Tag[]
- An array of key-value pairs to apply to this resource.
- custom_
plugin_ strarn - The Amazon Resource Name (ARN) of the custom plugin to use.
- file_
description CustomPlugin File Description - revision int
- The revision of the custom plugin.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- custom
Plugin StringArn - The Amazon Resource Name (ARN) of the custom plugin to use.
- file
Description Property Map - revision Number
- The revision of the custom plugin.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
CustomPluginFileDescription
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi