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

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

    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)
    public Feed(String name, FeedArgs args)
    public Feed(String name, FeedArgs args, CustomResourceOptions options)
    
    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 []FeedGetOutputArgs
    Name string
    Tags map[string]string
    outputs List<FeedGetOutput>
    name String
    tags Map<String,String>
    outputs FeedGetOutput[]
    name string
    tags {[key: string]: string}

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Feed resource produces the following output properties:

    Arn string
    AwsId string
    DataEndpoints List<string>
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    AwsId string
    DataEndpoints []string
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    awsId String
    dataEndpoints List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    awsId string
    dataEndpoints 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
    awsId String
    dataEndpoints List<String>
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    FeedClippingConfig, FeedClippingConfigArgs

    FeedGetOutput, FeedGetOutputArgs

    FeedOutputConfig0Properties, FeedOutputConfig0PropertiesArgs

    FeedOutputConfig1Properties, FeedOutputConfig1PropertiesArgs

    FeedOutputStatus, FeedOutputStatusArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    FeedOutputStatusEnabled
    ENABLED
    FeedOutputStatusDisabled
    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
    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.