We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
Represents a feed that receives media for inference processing
Create Feed Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Feed(name: string, args: FeedArgs, opts?: CustomResourceOptions);@overload
def Feed(resource_name: str,
args: FeedArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Feed(resource_name: str,
opts: Optional[ResourceOptions] = None,
outputs: Optional[Sequence[FeedGetOutputArgs]] = None,
name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)func NewFeed(ctx *Context, name string, args FeedArgs, opts ...ResourceOption) (*Feed, error)public Feed(string name, FeedArgs args, CustomResourceOptions? opts = null)type: aws-native:elementalinference:Feed
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args FeedArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args FeedArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FeedArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FeedArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FeedArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Feed Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Feed resource accepts the following input properties:
- Outputs
List<Pulumi.
Aws Native. Elemental Inference. Inputs. Feed Get Output> - Name string
- Dictionary<string, string>
- Outputs
[]Feed
Get Output Args - Name string
- map[string]string
- outputs
List<Feed
Get Output> - name String
- Map<String,String>
- outputs
Feed
Get Output[] - name string
- {[key: string]: string}
- outputs
Sequence[Feed
Get Output Args] - name str
- Mapping[str, str]
- outputs List<Property Map>
- name String
- Map<String>
Outputs
All input properties are implicitly available as output properties. Additionally, the Feed resource produces the following output properties:
- Arn string
- Aws
Id string - Data
Endpoints List<string> - Id string
- The provider-assigned unique ID for this managed resource.
- Arn string
- Aws
Id string - Data
Endpoints []string - Id string
- The provider-assigned unique ID for this managed resource.
- arn String
- aws
Id String - data
Endpoints List<String> - id String
- The provider-assigned unique ID for this managed resource.
- arn string
- aws
Id string - data
Endpoints string[] - id string
- The provider-assigned unique ID for this managed resource.
- arn str
- aws_
id str - data_
endpoints Sequence[str] - id str
- The provider-assigned unique ID for this managed resource.
- arn String
- aws
Id String - data
Endpoints List<String> - id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
FeedClippingConfig, FeedClippingConfigArgs
- Callback
Metadata string
- Callback
Metadata string
- callback
Metadata String
- callback
Metadata string
- callback
Metadata String
FeedGetOutput, FeedGetOutputArgs
FeedOutputConfig0Properties, FeedOutputConfig0PropertiesArgs
FeedOutputConfig1Properties, FeedOutputConfig1PropertiesArgs
FeedOutputStatus, FeedOutputStatusArgs
- Enabled
ENABLED- Disabled
DISABLED
- Feed
Output Status Enabled ENABLED- Feed
Output Status Disabled DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- ENABLED
ENABLED- DISABLED
DISABLED
- "ENABLED"
ENABLED- "DISABLED"
DISABLED
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
