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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.eventschemas.getDiscoverer

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:eventschemas:getDiscoverer
      arguments:
        # arguments dictionary

    The 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.
    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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi