AWS Fundamentals Logo
AWS Fundamentals
AWS::LookoutEquipment::InferenceScheduler

LookoutEquipment InferenceScheduler

Resource schema for LookoutEquipment InferenceScheduler.

Properties

9 configurable properties. 5 required. Click a row to see details.

Filter:
PropertyTypeFlags
DataInputConfiguration
object
Required
DataOutputConfiguration
object
Required
DataUploadFrequency
string
Required
ModelName
string
RequiredCreate-only
RoleArn
string
Required
DataDelayOffsetInMinutes
integer
InferenceSchedulerName
string
Create-only
ServerSideKmsKeyId
string
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
InferenceSchedulerArnstringThe Amazon Resource Name (ARN) of the inference scheduler being created.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::LookoutEquipment::InferenceScheduler

Resources:
  MyResource:
    Type: AWS::LookoutEquipment::InferenceScheduler
    Properties:
      DataInputConfiguration: {}
      DataOutputConfiguration: {}
      DataUploadFrequency: "PT5M"
      ModelName: "my-modelname"
      RoleArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iam:PassRolelookoutequipment:CreateInferenceSchedulerlookoutequipment:DescribeInferenceScheduler

read

lookoutequipment:DescribeInferenceScheduler

delete

lookoutequipment:DeleteInferenceSchedulerlookoutequipment:StopInferenceSchedulerlookoutequipment:DescribeInferenceScheduler

update

lookoutequipment:UpdateInferenceSchedulerlookoutequipment:DescribeInferenceSchedulerlookoutequipment:StopInferenceSchedulerlookoutequipment:StartInferenceScheduler

list

lookoutequipment:ListInferenceSchedulers

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceLookoutEquipment
Properties10
Required5
TaggingNot supported
Primary IDInferenceSchedulerName

Supported Operations

CreateReadDeleteUpdateList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

InferenceSchedulerNameModelNameServerSideKmsKeyId

External Links