1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. eventschemas
  5. getDiscoverer

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.eventschemas.getDiscoverer

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Resource Type definition for AWS::EventSchemas::Discoverer

Using getDiscoverer

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 getDiscoverer(args: GetDiscovererArgs, opts?: InvokeOptions): Promise<GetDiscovererResult>
function getDiscovererOutput(args: GetDiscovererOutputArgs, opts?: InvokeOptions): Output<GetDiscovererResult>
Copy
def get_discoverer(discoverer_arn: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetDiscovererResult
def get_discoverer_output(discoverer_arn: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetDiscovererResult]
Copy
func LookupDiscoverer(ctx *Context, args *LookupDiscovererArgs, opts ...InvokeOption) (*LookupDiscovererResult, error)
func LookupDiscovererOutput(ctx *Context, args *LookupDiscovererOutputArgs, opts ...InvokeOption) LookupDiscovererResultOutput
Copy

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

public static class GetDiscoverer 
{
    public static Task<GetDiscovererResult> InvokeAsync(GetDiscovererArgs args, InvokeOptions? opts = null)
    public static Output<GetDiscovererResult> Invoke(GetDiscovererInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetDiscovererResult> getDiscoverer(GetDiscovererArgs args, InvokeOptions options)
public static Output<GetDiscovererResult> getDiscoverer(GetDiscovererArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:eventschemas:getDiscoverer
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DiscovererArn This property is required. string
The ARN of the discoverer.
DiscovererArn This property is required. string
The ARN of the discoverer.
discovererArn This property is required. String
The ARN of the discoverer.
discovererArn This property is required. string
The ARN of the discoverer.
discoverer_arn This property is required. str
The ARN of the discoverer.
discovererArn This property is required. String
The ARN of the discoverer.

getDiscoverer Result

The following output properties are available:

CrossAccount bool
Defines whether event schemas from other accounts are discovered. Default is True.
Description string
A description for the discoverer.
DiscovererArn string
The ARN of the discoverer.
DiscovererId string
The Id of the discoverer.
State string
Defines the current state of the discoverer.
Tags List<Pulumi.AwsNative.Outputs.Tag>
Tags associated with the resource.
CrossAccount bool
Defines whether event schemas from other accounts are discovered. Default is True.
Description string
A description for the discoverer.
DiscovererArn string
The ARN of the discoverer.
DiscovererId string
The Id of the discoverer.
State string
Defines the current state of the discoverer.
Tags Tag
Tags associated with the resource.
crossAccount Boolean
Defines whether event schemas from other accounts are discovered. Default is True.
description String
A description for the discoverer.
discovererArn String
The ARN of the discoverer.
discovererId String
The Id of the discoverer.
state String
Defines the current state of the discoverer.
tags List<Tag>
Tags associated with the resource.
crossAccount boolean
Defines whether event schemas from other accounts are discovered. Default is True.
description string
A description for the discoverer.
discovererArn string
The ARN of the discoverer.
discovererId string
The Id of the discoverer.
state string
Defines the current state of the discoverer.
tags Tag[]
Tags associated with the resource.
cross_account bool
Defines whether event schemas from other accounts are discovered. Default is True.
description str
A description for the discoverer.
discoverer_arn str
The ARN of the discoverer.
discoverer_id str
The Id of the discoverer.
state str
Defines the current state of the discoverer.
tags Sequence[root_Tag]
Tags associated with the resource.
crossAccount Boolean
Defines whether event schemas from other accounts are discovered. Default is True.
description String
A description for the discoverer.
discovererArn String
The ARN of the discoverer.
discovererId String
The Id of the discoverer.
state String
Defines the current state of the discoverer.
tags List<Property Map>
Tags associated with the resource.

Supporting Types

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the 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 Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi