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>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:
- DiscovererArn string
- The ARN of the discoverer.
- DiscovererArn string
- The ARN of the discoverer.
- discovererArn String
- The ARN of the discoverer.
- discovererArn string
- The ARN of the discoverer.
- discoverer_arn str
- The ARN of the discoverer.
- discovererArn 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.
- 
List<Pulumi.Aws Native. 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.
- 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.
- 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.
- 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.
- 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.
- 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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi