/dhall-aws-cloudformation/cloudformation/AWS::LookoutEquipment::InferenceScheduler/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ DataDelayOffsetInMinutes : Optional Integer
, DataInputConfiguration : (./DataInputConfiguration.dhall).Type
, DataOutputConfiguration : (./DataOutputConfiguration.dhall).Type
, DataUploadFrequency : (./../../Fn.dhall).CfnText
, InferenceSchedulerName : Optional (./../../Fn.dhall).CfnText
, ModelName : (./../../Fn.dhall).CfnText
, RoleArn : (./../../Fn.dhall).CfnText
, ServerSideKmsKeyId : Optional (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ DataDelayOffsetInMinutes = None Integer
, InferenceSchedulerName = None (./../../Fn.dhall).CfnText
, ServerSideKmsKeyId = None (./../../Fn.dhall).CfnText
, Tags = None (List (./../Tag.dhall).Type)
}
}