We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.58.0
published on Monday, Mar 23, 2026 by Pulumi
published on Monday, Mar 23, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.58.0
published on Monday, Mar 23, 2026 by Pulumi
published on Monday, Mar 23, 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 dictionaryThe 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
- Data
Endpoints List<string> - Id string
- Name string
- Outputs
List<Pulumi.
Aws Native. Elemental Inference. Outputs. Feed Get Output> - Dictionary<string, string>
- Arn string
- Data
Endpoints []string - Id string
- Name string
- Outputs
[]Feed
Get Output - map[string]string
- arn String
- data
Endpoints List<String> - id String
- name String
- outputs
List<Feed
Get Output> - Map<String,String>
- arn string
- data
Endpoints string[] - id string
- name string
- outputs
Feed
Get Output[] - {[key: string]: string}
- arn str
- data_
endpoints Sequence[str] - id str
- name str
- outputs
Sequence[Feed
Get Output] - Mapping[str, str]
- arn String
- data
Endpoints List<String> - id String
- name String
- outputs List<Property Map>
- Map<String>
Supporting Types
FeedClippingConfig
- Callback
Metadata string
- Callback
Metadata string
- callback
Metadata String
- callback
Metadata string
- callback
Metadata String
FeedGetOutput
FeedOutputConfig0Properties
FeedOutputConfig1Properties
FeedOutputStatus
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.58.0
published on Monday, Mar 23, 2026 by Pulumi
published on Monday, Mar 23, 2026 by Pulumi
