AWS::LookoutEquipment::InferenceSchedulerResource schema for LookoutEquipment InferenceScheduler.
9 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
InferenceSchedulerArn | string | The Amazon Resource Name (ARN) of the inference scheduler being created. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iam:PassRolelookoutequipment:CreateInferenceSchedulerlookoutequipment:DescribeInferenceSchedulerlookoutequipment:DescribeInferenceSchedulerlookoutequipment:DeleteInferenceSchedulerlookoutequipment:StopInferenceSchedulerlookoutequipment:DescribeInferenceSchedulerlookoutequipment:UpdateInferenceSchedulerlookoutequipment:DescribeInferenceSchedulerlookoutequipment:StopInferenceSchedulerlookoutequipment:StartInferenceSchedulerlookoutequipment:ListInferenceSchedulersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterInferenceSchedulerNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
InferenceSchedulerNameModelNameServerSideKmsKeyId