We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.eventschemas.getDiscoverer
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 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>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]func LookupDiscoverer(ctx *Context, args *LookupDiscovererArgs, opts ...InvokeOption) (*LookupDiscovererResult, error)
func LookupDiscovererOutput(ctx *Context, args *LookupDiscovererOutputArgs, opts ...InvokeOption) LookupDiscovererResultOutput> 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)
}public static CompletableFuture<GetDiscovererResult> getDiscoverer(GetDiscovererArgs args, InvokeOptions options)
public static Output<GetDiscovererResult> getDiscoverer(GetDiscovererArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:eventschemas:getDiscoverer
arguments:
# arguments dictionaryThe following arguments are supported:
- Discoverer
Arn string - The ARN of the discoverer.
- Discoverer
Arn string - The ARN of the discoverer.
- discoverer
Arn String - The ARN of the discoverer.
- discoverer
Arn string - The ARN of the discoverer.
- discoverer_
arn str - The ARN of the discoverer.
- discoverer
Arn String - The ARN of the discoverer.
getDiscoverer Result
The following output properties are available:
- Cross
Account bool - Defines whether event schemas from other accounts are discovered. Default is True.
- Description string
- A description for the discoverer.
- Discoverer
Arn string - The ARN of the discoverer.
- Discoverer
Id string - The Id of the discoverer.
- State string
- Defines the current state of the discoverer.
-
List<Pulumi.
Aws Native. Outputs. Tag> - Tags associated with the resource.
- Cross
Account bool - Defines whether event schemas from other accounts are discovered. Default is True.
- Description string
- A description for the discoverer.
- Discoverer
Arn string - The ARN of the discoverer.
- Discoverer
Id string - The Id of the discoverer.
- State string
- Defines the current state of the discoverer.
- Tag
- Tags associated with the resource.
- cross
Account Boolean - Defines whether event schemas from other accounts are discovered. Default is True.
- description String
- A description for the discoverer.
- discoverer
Arn String - The ARN of the discoverer.
- discoverer
Id String - The Id of the discoverer.
- state String
- Defines the current state of the discoverer.
- List<Tag>
- Tags associated with the resource.
- cross
Account boolean - Defines whether event schemas from other accounts are discovered. Default is True.
- description string
- A description for the discoverer.
- discoverer
Arn string - The ARN of the discoverer.
- discoverer
Id string - The Id of the discoverer.
- state string
- Defines the current state of the discoverer.
- 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.
- Sequence[root_Tag]
- Tags associated with the resource.
- cross
Account Boolean - Defines whether event schemas from other accounts are discovered. Default is True.
- description String
- A description for the discoverer.
- discoverer
Arn String - The ARN of the discoverer.
- discoverer
Id String - The Id of the discoverer.
- state String
- Defines the current state of the discoverer.
- List<Property Map>
- Tags associated with the resource.
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 Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
