1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. elementalinference
  5. getFeed

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

Viewing docs for AWS Cloud Control v1.59.0
published on Monday, Mar 30, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.59.0
published on Monday, Mar 30, 2026 by Pulumi

    Represents a feed that receives media for inference processing

    Using getFeed

    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 getFeed(args: GetFeedArgs, opts?: InvokeOptions): Promise<GetFeedResult>
    function getFeedOutput(args: GetFeedOutputArgs, opts?: InvokeOptions): Output<GetFeedResult>
    def get_feed(id: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetFeedResult
    def get_feed_output(id: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetFeedResult]
    func LookupFeed(ctx *Context, args *LookupFeedArgs, opts ...InvokeOption) (*LookupFeedResult, error)
    func LookupFeedOutput(ctx *Context, args *LookupFeedOutputArgs, opts ...InvokeOption) LookupFeedResultOutput

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

    public static class GetFeed 
    {
        public static Task<GetFeedResult> InvokeAsync(GetFeedArgs args, InvokeOptions? opts = null)
        public static Output<GetFeedResult> Invoke(GetFeedInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFeedResult> getFeed(GetFeedArgs args, InvokeOptions options)
    public static Output<GetFeedResult> getFeed(GetFeedArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:elementalinference:getFeed
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Id string
    id String
    id string
    id str
    id String

    getFeed Result

    The following output properties are available:

    Arn string
    DataEndpoints []string
    Id string
    Name string
    Outputs []FeedGetOutput
    Tags map[string]string
    arn String
    dataEndpoints List<String>
    id String
    name String
    outputs List<FeedGetOutput>
    tags Map<String,String>
    arn string
    dataEndpoints string[]
    id string
    name string
    outputs FeedGetOutput[]
    tags {[key: string]: string}
    arn str
    data_endpoints Sequence[str]
    id str
    name str
    outputs Sequence[FeedGetOutput]
    tags Mapping[str, str]
    arn String
    dataEndpoints List<String>
    id String
    name String
    outputs List<Property Map>
    tags Map<String>

    Supporting Types

    FeedClippingConfig

    FeedGetOutput

    FeedOutputConfig0Properties

    FeedOutputConfig1Properties

    FeedOutputStatus

    Package Details

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

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

    Viewing docs for AWS Cloud Control v1.59.0
    published on Monday, Mar 30, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.